aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-07net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu()Lai Jiangshan1-11/+1
2011-05-07net,act_police,rcu: remove rcu_barrier()Lai Jiangshan1-1/+0
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-07net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan3-10/+3
2011-05-07net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-07net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-15/+15
2011-05-04net: ip_expire() must revalidate routeEric Dumazet1-16/+15
2011-05-03libceph: fix ceph_osdc_alloc_request error checksSage Weil1-2/+2
2011-05-03libceph: fix ceph_msg_new error pathHenry C Chang1-13/+13
2011-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-30/+92
2011-05-02sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2-2/+2
2011-05-02networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-05-01ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan1-3/+0
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-04-28dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard2-7/+23
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-9/+14
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi2-2/+2
2011-04-26xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert1-0/+3
2011-04-26esp6: Fix scatterlist initializationSteffen Klassert1-1/+1
2011-04-26xfrm: Fix replay window size calculation on initializationSteffen Klassert1-1/+1
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2-0/+14
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+4
2011-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller6-7/+16
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-21ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-21ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2011-04-20mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-42/+65
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-10/+30
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-18Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-18Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-18Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-18Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-0/+1
2011-04-15SUNRPC: Fix the SUNRPC Kerberos V RPCSEC_GSS module dependenciesTrond Myklebust1-5/+4
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora2-6/+6
2011-04-159p: Fix sparse errorAneesh Kumar K.V3-6/+14
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-21/+0
2011-04-14ip: ip_options_compile() resilient to NULL skb routeEric Dumazet1-3/+3
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+9
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-3/+5