aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-09udp_diag: Implement the get_exact dumping functionalityPavel Emelyanov1-1/+51
2011-12-09udp_diag: Basic skeletonPavel Emelyanov1-0/+95
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov2-2/+4
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov3-7/+34
2011-12-09inet_diag: Introduce the inet socket dumping routinePavel Emelyanov1-19/+34
2011-12-09inet_diag: Introduce the byte-code run on an inet socketPavel Emelyanov1-24/+31
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-12/+16
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov1-16/+22
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov1-5/+14
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov1-6/+8
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov3-5/+2
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-53/+48
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet3-7/+32
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend1-1/+1
2011-12-08sock_diag: off by one checksDan Carpenter1-2/+2
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend1-1/+1