aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel1-0/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+23
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal2-4/+9
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-5/+6
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-0/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-2/+4
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern1-5/+4
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+1
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+7
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni1-2/+6
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni3-7/+19
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2018-12-15ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-14net: tcp: prefer listeners bound to an addressPeter Oskolkov1-52/+8
2018-12-14net: udp: prefer listeners bound to an addressPeter Oskolkov1-57/+19
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht2-2/+5
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo1-6/+0
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-10tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet1-5/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+46
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn1-1/+2
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata2-4/+4
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-2/+2
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela1-2/+2
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner1-0/+7
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel1-0/+7
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel1-1/+1
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn2-12/+12
2018-12-03udp: msg_zerocopyWillem de Bruijn1-1/+22
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin1-0/+17
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet3-7/+15
2018-11-30tcp: implement coalescing on backlog queueEric Dumazet2-6/+87
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet1-25/+33
2018-11-29Merge 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-22/+56
2018-11-28bpf: 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-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet1-7/+6
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16