summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert3-3/+3
2019-05-16net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov1-4/+2
2019-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+4
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend1-1/+4
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1
2019-05-15tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng1-0/+3
2019-05-14bpf: sockmap remove duplicate queue freeJohn Fastabend1-2/+0
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-5/+11
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds42-1549/+1295
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+2
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni1-1/+4
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni1-1/+5
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern2-30/+23
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern2-26/+28
2019-05-04ipmr_base: Do not reset index in mr_table_dumpDavid Ahern1-2/+1
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-18/+49
2019-05-02udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2-0/+7
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng2-1/+5
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2-1/+17
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller10-642/+84
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-24/+37
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner2-2/+2
2019-04-30tcp: add sanity tests in tcp_add_backlog()Eric Dumazet1-1/+12
2019-04-28udp: fix GRO reception in case of length mismatchPaolo Abeni1-4/+5
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg2-0/+5
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg5-30/+33
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek4-6/+6
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+27
2019-04-25ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-24net: Change nhc_flags to unsigned charDavid Ahern1-4/+4
2019-04-24lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-1/+2
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal1-2/+1
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal1-114/+0
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal1-7/+0
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal1-6/+0
2019-04-23net: bpfilter: dont use module_init in non-modular codePaul Gortmaker1-2/+1
2019-04-23net: Rename net/nexthop.h net/rtnh.hDavid Ahern2-2/+2
2019-04-20tcp: properly reset skb->truesize for tx recyclingEric Dumazet1-1/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-6/+3