summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-062-4/+4
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-2/+2
* tcp: fix code style in tcp_recvmsg()Pedro Tammela2018-12-061-2/+2
* net: Do not route unicast IP packets twiceIdo Schimmel2018-12-041-0/+7
* skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+1
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-032-12/+12
* udp: msg_zerocopyWillem de Bruijn2018-12-031-1/+22
* udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+17
* tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-303-7/+15
* tcp: implement coalescing on backlog queueEric Dumazet2018-11-302-6/+87
* tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet2018-11-301-25/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-291-3/+14
|\
| * bpf: helper to pop data from messagesJohn Fastabend2018-11-281-3/+14
* | tcp: remove loop to compute wscaleEric Dumazet2018-11-291-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-286-22/+56
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-283-11/+38
| |\ \
| | * | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-271-7/+16
| | * | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-273-7/+25
| * | | net: always initialize pagedlenWillem de Bruijn2018-11-241-1/+2
| * | | tcp: address problems caused by EDT misshapsEric Dumazet2018-11-242-10/+16
* | | | net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern2018-11-271-1/+1
* | | | tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet2018-11-271-7/+6
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-243-6/+17
|\| |
| * | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-213-6/+16
| * | tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-201-0/+1
* | | tcp: drop dst in tcp_add_backlog()Eric Dumazet2018-11-201-0/+2
* | | ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller2018-11-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+1
|\| |
| * | ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-171-1/+1
| |/
* | tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-11-171-0/+2
* | udp: fix jump label misusePaolo Abeni2018-11-161-2/+2
* | tcp: clean up STATE_TRACEYafang Shao2018-11-161-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-14/+15
|\|
| * inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
* | tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-112-4/+5
* | tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-111-2/+5
* | tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-111-3/+4
* | tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-111-0/+4
* | tcp: minor optimization in tcp ack fast path processingYafang Shao2018-11-111-3/+4
* | net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-091-1/+0
* | tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell2018-11-081-8/+7
* | ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* | fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-082-0/+69
* | udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-081-18/+52
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-0810-64/+87
* | udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-082-9/+71
* | inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-072-2/+1
* | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-071-1/+22
* | ip: factor out protocol delivery helperPaolo Abeni2018-11-071-37/+36