summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet2016-12-091-1/+2
* udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+12
* udp: copy skb->truesize in the first cache lineEric Dumazet2016-12-091-3/+10
* udp: add busylocks in RX pathEric Dumazet2016-12-091-1/+42
* udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-1/+11
* icmp: correct return value of icmp_rcv()Zhang Shengju2016-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0711-53/+154
|\
| * netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2016-12-072-9/+12
| * netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang2016-12-061-0/+2
| * netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
| * netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-062-6/+12
| * netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-062-8/+2
| * netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-062-4/+4
| * netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-062-4/+44
| * netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-11/+44
| * netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14
| * netfilter: nat: add dependencies on conntrack moduleFlorian Westphal2016-12-041-1/+7
| * netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-042-4/+4
| * netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-6/+0
| * netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
| * netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
| * netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
| * netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-063-34/+60
|\ \
| * | tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-061-1/+21
| * | net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
| * | ipv4: Drop suffix update from resize codeAlexander Duyck2016-12-051-21/+21
| * | ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck2016-12-051-12/+14
* | | Revert "dctcp: update cwnd on congestion event"Florian Westphal2016-12-061-8/+1
* | | tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-054-18/+16
* | | tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet2016-12-051-9/+9
* | | tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet2016-12-051-0/+9
* | | tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet2016-12-051-1/+4
* | | tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet2016-12-051-10/+12
* | | tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet2016-12-051-3/+10
* | | tcp: tsq: add tsq_flags / tsq_enumEric Dumazet2016-12-051-8/+8
| |/ |/|
* | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-031-2/+146
* | ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-032-0/+3
* | ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel2016-12-031-4/+4
* | ipv4: fib: Export free_fib_info()Ido Schimmel2016-12-031-0/+1
* | udp: be less conservative with sock rmem accountingPaolo Abeni2016-12-031-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-036-5/+11
|\|
| * ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-011-1/+1
| |\
| | * esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-3/+6
| |\ \ | | |/ | |/|
| | * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| | * netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
| * | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
| * | tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath2016-11-281-0/+1