summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian2-4/+4
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-12-20module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-2/+2
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov2-20/+5
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov3-6/+7
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-14net: ping: remove some sparse errorsEric Dumazet1-2/+2
2011-12-13Display maximum tcp memory allocation in kmem cgroupGlauber Costa1-1/+11
2011-12-13Display current tcp failcnt in kmem cgroupGlauber Costa1-0/+31
2011-12-13Display current tcp memory allocation in kmem cgroupGlauber Costa1-0/+21
2011-12-13tcp buffer limitation: per-cgroup limitGlauber Costa2-2/+149
2011-12-13per-netns ipv4 sysctl_tcp_memGlauber Costa5-20/+54
2011-12-13tcp memory pressure controlsGlauber Costa3-1/+83
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa5-13/+13
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet9-27/+27
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 Emelyanov1-1/+2
2011-12-09inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2-6/+20
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 Emelyanov2-4/+2
2011-12-09typo fixes: aera -> area, exntension -> extensionWang YanQing1-1/+1
2011-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+19
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov1-99/+6
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov1-23/+24
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov1-1/+11
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov1-18/+53
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov1-7/+22
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov1-7/+7
2011-12-06sock_diag: Initial skeletonPavel Emelyanov1-2/+100
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2-13/+25
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov1-19/+17
2011-12-06sock_diag: Introduce new message typePavel Emelyanov1-2/+15
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2-15/+20
2011-12-06ipv4: arp: Cleanup in arp.cIgor Maravic1-10/+10
2011-12-06tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet1-13/+10
2011-12-06tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller3-3/+3