summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-11-09net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1
2020-11-09net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-09net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2-0/+4
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+9
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel1-9/+0
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel1-2/+52
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel1-1/+6
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel1-2/+30
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel1-0/+10
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel1-1/+5
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+5
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+21
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel1-0/+2
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel1-1/+1
2020-11-06nexthop: Prepare new notification infoIdo Schimmel1-0/+109
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel1-2/+3
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-2/+126
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-0/+3
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-2/+2
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2-6/+6
2020-11-01netfilter: nft_reject_inet: allow to use reject from inet ingressPablo Neira Ayuso1-2/+4
2020-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-5/+7
2020-10-31ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez1-0/+122
2020-10-30udp: support sctp over udp in skb_udp_tunnel_segmentXin Long1-0/+3
2020-10-30udp: check udp sock encap_type in __udp_lib_errXin Long1-1/+1
2020-10-30net: ipv4: Fix some kerneldoc warnings in TCP Low PriorityAndrew Lunn1-0/+7
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld3-5/+7
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-19nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1
2020-10-16icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds39-362/+711
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-11/+56
2020-10-14ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+21
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-4/+21
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-10-13iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-13tcp: use semicolons rather than commas to separate statementsJulia Lawall2-5/+6
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2-4/+21
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+9
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+0
2020-10-10ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-09xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long1-2/+2
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2020-10-06ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2-15/+2
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-9/+31