summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-12-16net:x25: use IS_ENABLEDIgor Maravić
2011-12-16net:core: use IS_ENABLEDIgor Maravić
2011-12-16sch_gred: prefer GFP_KERNEL allocationsEric Dumazet
2011-12-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa
2011-12-16batman-adv: Fix merge error.David S. Miller
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter
2011-12-14net: ping: remove some sparse errorsEric Dumazet
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet
2011-12-14vlan: static functionsEric Dumazet
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter
2011-12-14rtnetlink: rtnl_link_register() sanity testEric Dumazet
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller
2011-12-13ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error.David S. Miller
2011-12-13net: Remove unused neighbour layer ops.David S. Miller
2011-12-13netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer
2011-12-13Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-12-13sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet
2011-12-13Display maximum tcp memory allocation in kmem cgroupGlauber Costa
2011-12-13Display current tcp failcnt in kmem cgroupGlauber Costa
2011-12-13Display current tcp memory allocation in kmem cgroupGlauber Costa
2011-12-13tcp buffer limitation: per-cgroup limitGlauber Costa
2011-12-13per-netns ipv4 sysctl_tcp_memGlauber Costa
2011-12-13tcp memory pressure controlsGlauber Costa
2011-12-13socket: initial cgroup code.Glauber Costa
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-10udp_diag: Fix the !ipv6 casePavel Emelyanov
2011-12-10udp_diag: Make it module when ipv6 is a modulePavel Emelyanov