aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-16net:core: use IS_ENABLEDIgor Maravić2-5/+4
2011-12-16sch_gred: prefer GFP_KERNEL allocationsEric Dumazet1-7/+11
2011-12-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa1-14/+14
2011-12-16batman-adv: Fix merge error.David S. Miller1-1/+1
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-13/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-26/+55
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov2-0/+10
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov1-0/+13
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov1-0/+39
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov1-0/+24
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov1-0/+21
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov1-0/+20
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov1-1/+66
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov1-1/+75
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov1-0/+57
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-3/+6
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov3-20/+24
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov5-9/+10
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-54/+77
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-14net: ping: remove some sparse errorsEric Dumazet1-2/+2
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet1-1/+1
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-14rtnetlink: rtnl_link_register() sanity testEric Dumazet1-11/+14
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow().David S. Miller1-1/+1
2011-12-13ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error.David S. Miller1-2/+4
2011-12-13net: Remove unused neighbour layer ops.David S. Miller1-10/+0
2011-12-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-4/+29
2011-12-12Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller7-165/+212
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2011-12-12Display maximum tcp memory allocation in kmem cgroupGlauber Costa1-1/+11
2011-12-12Display current tcp failcnt in kmem cgroupGlauber Costa1-0/+31
2011-12-12Display current tcp memory allocation in kmem cgroupGlauber Costa1-0/+21
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa2-2/+149
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa7-21/+56
2011-12-12tcp memory pressure controlsGlauber Costa5-4/+128
2011-12-12socket: initial cgroup code.Glauber Costa1-8/+16
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa7-37/+48
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville21-288/+935
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann1-6/+1
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet32-130/+127
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov1-0/+2
2011-12-10udp_diag: Make it module when ipv6 is a modulePavel Emelyanov1-1/+1
2011-12-09udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov2-0/+5
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov1-0/+54