aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+7
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+2
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller1-1/+5
2011-12-30inet_diag: Add the SKMEMINFO extensionPavel Emelyanov1-0/+4
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-3/+3
2011-12-27netfilter: provide config option to disable ancient procfs partsJan Engelhardt1-1/+1
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt3-133/+5
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller24-187/+278
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+114
2011-12-23netfilter: ctnetlink: remove dead NAT codePatrick McHardy8-20/+1
2011-12-23netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet()Patrick McHardy1-6/+0
2011-12-23netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation()Patrick McHardy1-13/+1
2011-12-23netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy9-30/+3
2011-12-23netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attributePatrick McHardy1-0/+1
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy1-1/+1
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy19-118/+118
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-2/+2
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+107
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-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2-2/+2
2011-12-19net: 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-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 Costa5-20/+54
2011-12-12tcp memory pressure controlsGlauber Costa3-1/+83
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa5-13/+13
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-11net: 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