summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-06-14Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2011-06-14net: Fix "Support nuking IPv6 sockets as well as IPv4" for 2.6.39Colin Cross
2011-06-14net: Support nuking IPv6 sockets as well as IPv4.Lorenzo Colitti
2011-06-14net: Fix CONFIG_RPS option to be turned offDmitry Shmidt
2011-06-14net: activity_stats: Add statistics for network transmission activityMike Chan
2011-06-14Bluetooth: Hack: Don't dereference null pointer.Nick Pelly
2011-06-14Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.Nick Pelly
2011-06-14Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout).Nick Pelly
2011-06-14Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG.Nick Pelly
2011-06-14rfkill: Introduce CONFIG_RFKILL_PM and use instead of CONFIG_PM to power downNick Pelly
2011-06-14net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2011-06-14misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2011-06-14sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window sizeRobert Love
2011-06-14net: socket ioctl to reset connections matching local addressRobert Love
2011-06-14Paranoid network.Robert Love
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-09ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_dataSteffen Klassert
2011-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong
2011-06-09net: pmtu_expires fixesEric Dumazet
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg
2011-06-07ceph: fix sync vs canceled writeSage Weil
2011-06-07xfrm: Fix off by one in the replay advance functionsSteffen Klassert
2011-06-07nl80211: fix overflow in ssid_lenLuciano Coelho
2011-06-07Revert "mac80211: stop queues before rate control updation"John W. Linville
2011-06-07net: cpu offline cause napi stallHeiko Carstens
2011-06-07bridge: provide a cow_metrics method for fake_opsAlexander Holler
2011-06-06af_packet: prevent information leakEric Dumazet
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller
2011-06-06net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner
2011-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville
2011-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso
2011-06-06netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov
2011-06-06netfilter: ipset: Use the stored first cidr value instead of '1'Jozsef Kadlecsik
2011-06-06netfilter: ipset: Fix return code for destroy when sets are in useJozsef Kadlecsik
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi
2011-06-01af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear