aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer
2011-12-12Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet
2011-12-12Display maximum tcp memory allocation in kmem cgroupGlauber Costa
2011-12-12Display current tcp failcnt in kmem cgroupGlauber Costa
2011-12-12Display current tcp memory allocation in kmem cgroupGlauber Costa
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa
2011-12-12tcp memory pressure controlsGlauber Costa
2011-12-12socket: initial cgroup code.Glauber Costa
2011-12-12foundations 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
2011-12-09udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov
2011-12-09udp_diag: Implement the dump-all functionalityPavel Emelyanov
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov
2011-12-09udp_diag: Basic skeletonPavel Emelyanov
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov