summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet
2016-12-09udp: add busylocks in RX pathEric Dumazet
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-12-06Revert "dctcp: update cwnd on congestion event"Florian Westphal
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf