aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro2-6/+6
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet4-18/+16
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet1-9/+9
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet1-0/+9
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet1-1/+4
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet1-10/+12
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet1-3/+10
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-8/+8
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-11/+44
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2-0/+14
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal1-1/+7
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal2-4/+4
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal1-6/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-0/+3
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2-4/+4
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-2/+146
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2-0/+3
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+11
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-1/+11
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal1-0/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal5-7/+16
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf1-13/+26
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf1-1/+3
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+6
2016-11-30net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti1-1/+2
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in 64bit kernelHongxu Jia1-2/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+20
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan1-0/+20
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan3-3/+24
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan1-2/+9
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan2-3/+19
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+30
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath1-0/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack1-2/+24
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet1-11/+11
2016-11-24udplite: call proper backlog handlersEric Dumazet3-3/+3