summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+14
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-22/+56
2018-11-29bpf: helper to pop data from messagesJohn Fastabend1-3/+14
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-11/+38
2018-11-28net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-28tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet1-7/+6
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo3-7/+25
2018-11-25net: always initialize pagedlenWillem de Bruijn1-1/+2
2018-11-25tcp: address problems caused by EDT misshapsEric Dumazet2-10/+16
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+17
2018-11-22tcp: defer SACK compression after DupThreshEric Dumazet3-6/+16
2018-11-20tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon1-0/+1
2018-11-20tcp: drop dst in tcp_add_backlog()Eric Dumazet1-0/+2
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller1-1/+1
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-18ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-18tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+2
2018-11-17udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-17tcp: clean up STATE_TRACEYafang Shao1-4/+0
2018-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+15
2018-11-12tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2-4/+5
2018-11-12tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-12tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-12tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-11-10net: tcp: remove BUG_ON from tcp_v4_errLi RongQing1-1/+0
2018-11-09tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell1-8/+7
2018-11-09ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-09inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-09fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2-0/+69
2018-11-09udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-18/+52
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio10-64/+87
2018-11-09udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2-9/+71
2018-11-08inet: minor optimization for backlog setting in listen(2)Yafang Shao2-2/+1
2018-11-08udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+22
2018-11-08ip: factor out protocol delivery helperPaolo Abeni1-37/+36
2018-11-08udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+4
2018-11-08udp: implement GRO for plain UDP sockets.Paolo Abeni2-22/+95
2018-11-08udp: implement complete book-keeping for encap_neededPaolo Abeni1-6/+13
2018-11-08net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-2/+1
2018-11-08net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning3-2/+39
2018-11-08net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-9/+6
2018-11-08net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-8/+6
2018-11-08net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2-8/+25
2018-11-07net: Add extack argument to ip_fib_metrics_initDavid Ahern2-8/+20
2018-11-07net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-11-06net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2018-11-01net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8