aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-7/+27
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-9/+12
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds46-855/+1350
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet1-0/+5
2012-05-24ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-6/+6
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird3-20/+13
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-16/+43
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-26/+1
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-83/+65
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-8/+8
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-73/+64
2012-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller41-829/+1326
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville41-829/+1326
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-13/+7
2012-05-21Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+2
2012-05-229p: disconnect channel when PCI device is removedSasha Levin1-1/+2
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-0/+1
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg1-3/+4
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds543-11997/+18656
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds2-8/+3
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust40-186/+307
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack3-3/+21
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack1-3/+2
2012-05-19ipv6: use skb coalescing in reassemblyEric Dumazet1-6/+20
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet1-6/+20
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet2-64/+89
2012-05-19net:ipv6:fixed space issues relating to operators.Jeffrin Jose1-2/+2
2012-05-19net:ipv6:fixed a trailing white space issue.Jeffrin Jose1-1/+1
2012-05-19sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2-2/+5
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-2/+1
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet13-118/+119
2012-05-19ipx: Remove spurious NULL checking in ipx_ioctl().David S. Miller1-3/+1
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18pktgen: fix module unload for goodEric Dumazet1-2/+2
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-41/+41
2012-05-18ipv6: bool conversions phase1Eric Dumazet2-6/+6
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet2-9/+10
2012-05-18econet: remove ancient bug ridden protocolStephen Hemminger5-1217/+0
2012-05-17lapb: Neaten debuggingJoe Perches5-306/+134
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-17drop_monitor: convert to modular buildingNeil Horman2-3/+45
2012-05-17net: netdev_alloc_skb() use build_skb()Eric Dumazet1-1/+31
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack6-9/+9
2012-05-17tcp: bool conversionsEric Dumazet8-188/+191
2012-05-17net: core: Use pr_<level>Joe Perches6-36/+44