summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-0330-3358/+545
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-0321-129/+760
| | |\ \ \
| | * | | | netfilter: properly annotate ipv4_netfilter_{init,fini}()Jan Beulich2012-09-031-2/+2
| | * | | | netfilter: nf_nat: support IPv6 in TFTP NAT helperPablo Neira Ayuso2012-08-303-56/+0
| | * | | | netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso2012-08-303-105/+0
| | * | | | netfilter: nf_nat: support IPv6 in SIP NAT helperPatrick McHardy2012-08-303-586/+0
| | * | | | netfilter: nf_nat: support IPv6 in amanda NAT helperPatrick McHardy2012-08-303-91/+0
| | * | | | netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy2012-08-303-143/+0
| | * | | | netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+2
| | * | | | netfilter: add protocol independent NAT corePatrick McHardy2012-08-3028-2382/+518
| | * | | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-308-74/+100
| | * | | | ipv4: fix path MTU discovery with connection trackingPatrick McHardy2012-08-262-2/+10
| * | | | | tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-032-81/+44
| * | | | | tcp: move tcp_update_cwnd_in_recoveryYuchung Cheng2012-09-031-32/+32
| * | | | | tcp: move tcp_enter_cwr()Yuchung Cheng2012-09-031-23/+23
| | |/ / / | |/| | |
| * | | | tcp: TCP Fast Open Server - main code pathJerry Chu2012-08-312-27/+309
| * | | | tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-318-33/+227
| * | | | tcp: TCP Fast Open Server - header & support functionsJerry Chu2012-08-314-3/+133
| * | | | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-314-13/+27
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-247-40/+64
| |\ \ \ \ \
| * | | | | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-232-10/+3
| | |_|/ / / | |/| | | |
| * | | | | net: remove delay at device dismantleEric Dumazet2012-08-222-5/+9
| * | | | | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-224-28/+7
| |\ \ \ \ \
| | * | | | | netfilter: remove unnecessary goto statement for error recoveryJean Sacren2012-08-223-15/+3
| | * | | | | netfilter: PTR_RET can be usedWu Fengguang2012-08-144-13/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-2212-30/+64
| |\ \ \ \ \ \
| * | | | | | | net: remove wrong initialization for snd_wl1Razvan Ghitulete2012-08-151-2/+1
| * | | | | | | net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic2012-08-141-4/+6
| * | | | | | | net: Loopback ifindex is constant nowPavel Emelyanov2012-08-094-6/+6
| * | | | | | | time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-092-10/+10
| * | | | | | | fib: use __fls() on non null argumentEric Dumazet2012-08-071-1/+2
| * | | | | | | tcp: ecn: dont delay ACKS after CEEric Dumazet2012-08-061-1/+5
| * | | | | | | net: tcp: GRO should be ECN friendlyEric Dumazet2012-08-061-2/+2
| * | | | | | | ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETEric Dumazet2012-08-041-4/+7
| * | | | | | | ipv4: change inet_addr_hash()Eric Dumazet2012-08-041-21/+18
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-027-40/+64
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-142-7/+19
| * | | | | | | userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-142-27/+33
| * | | | | | | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-144-6/+12
* | | | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
| |/ / / / / /
* | | | | | | inetpeer: fix token initializationNicolas Dichtel2012-09-271-1/+4
* | | | | | | ipv4: raw: fix icmp_filter()Eric Dumazet2012-09-221-6/+8
* | | | | | | net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-2/+2
* | | | | | | tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin2012-09-201-3/+10
* | | | | | | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-09-191-2/+8
* | | | | | | tcp: fix regression in urgent data handlingEric Dumazet2012-09-181-3/+2
* | | | | | | netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-181-7/+2
* | | | | | | net: rt_cache_flush() cleanupEric Dumazet2012-09-181-17/+2
OpenPOWER on IntegriCloud