summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
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-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-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng
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
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Split inet_diag_get_exact into partsPavel Emelyanov
2011-12-09inet_diag: Export inet diag cookie checking routinePavel Emelyanov
2011-12-09inet_diag: Reduce the number of args for bytecode run routinePavel Emelyanov
2011-12-09inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov
2011-12-09typo fixes: aera -> area, exntension -> extensionWang YanQing
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-06sock_diag: Move the sock_ code to net/core/Pavel Emelyanov
2011-12-06inet_diag: Cleanup type2proto last userPavel Emelyanov
2011-12-06inet_diag: Introduce socket family checksPavel Emelyanov
2011-12-06inet_diag: Switch the _dump to work with new headerPavel Emelyanov
2011-12-06inet_diag: Switch the _get_exact to work with new headerPavel Emelyanov
2011-12-06inet_diag: Introduce new inet_diag_req headerPavel Emelyanov
2011-12-06sock_diag: Initial skeletonPavel Emelyanov
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov
2011-12-06sock_diag: Introduce new message typePavel Emelyanov