summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+19
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-5/+10
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro2-16/+19
2011-06-11netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter1-1/+2
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2-28/+34
2011-06-09ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_dataSteffen Klassert1-3/+3
2011-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-36/+16
2011-06-09netpoll: prevent netpoll setup on slave devicesWANG Cong1-0/+6
2011-06-09net: pmtu_expires fixesEric Dumazet1-34/+44
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg1-2/+4
2011-06-07ceph: fix sync vs canceled writeSage Weil1-5/+10
2011-06-07xfrm: Fix off by one in the replay advance functionsSteffen Klassert1-2/+2
2011-06-07nl80211: fix overflow in ssid_lenLuciano Coelho1-5/+4
2011-06-07Revert "mac80211: stop queues before rate control updation"John W. Linville1-6/+0
2011-06-07net: cpu offline cause napi stallHeiko Carstens1-0/+5
2011-06-07bridge: provide a cow_metrics method for fake_opsAlexander Holler1-0/+6
2011-06-06af_packet: prevent information leakEric Dumazet1-0/+2
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller1-0/+5
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller2-13/+6
2011-06-06net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner1-0/+4
2011-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+4
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville3-23/+8
2011-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones2-2/+4
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso3-2/+5
2011-06-06netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov1-1/+1
2011-06-06netfilter: ipset: Use the stored first cidr value instead of '1'Jozsef Kadlecsik3-8/+16
2011-06-06netfilter: ipset: Fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov1-8/+8
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet15-27/+23
2011-06-05fix return values of l2tp_dfs_seq_open()Al Viro1-1/+1
2011-06-05get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro1-9/+7
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-53/+95
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-20/+25
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo1-0/+4
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-2/+5
2011-06-01af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear1-3/+12
2011-06-01caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com1-6/+3
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
2011-06-01net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner1-0/+3
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg1-1/+1
2011-06-01cfg80211: don't drop p2p probe responsesEliad Peller1-19/+24
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun3-11/+29
2011-05-31ip_options_compile: properly handle unaligned pointerChris Metcalf1-7/+8
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-27SUNRPC: Remove obsolete commentChuck Lever1-4/+0