summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-301-0/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-301-3/+5
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-1/+0
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-221-0/+9
* dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-171-0/+6
* ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-06-032-0/+35
* nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern2020-06-031-16/+25
* nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-06-031-0/+1
* net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-06-031-0/+4
* net sched: fix reporting the first-time use timestampRoman Mashak2020-06-031-1/+2
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-06-031-1/+0
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-271-1/+1
* net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()Masahiro Yamada2020-05-271-1/+1
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-1/+1
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-201-0/+13
* net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-201-0/+1
* tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen2020-05-141-2/+55
* ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-142-0/+11
* udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn2020-05-101-0/+7
* mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-291-1/+3
* tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-291-1/+1
* net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard2020-04-211-0/+1
* rxrpc: Fix call interruptibility handlingDavid Howells2020-04-171-1/+7
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-04-011-16/+0
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-011-3/+1
* fib: add missing attribute validation for tun_idJakub Kicinski2020-03-181-0/+1
* net: sched: correct flower port blockingJason Baron2020-03-051-0/+9
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-111-5/+0
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-051-0/+5
* udp: segment looped gso packets correctlyWillem de Bruijn2020-02-011-0/+3
* net_sched: fix ops->bind_class() implementationsCong Wang2020-02-012-15/+21
* netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-291-0/+1
* bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-231-2/+4
* net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2020-01-091-2/+2
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-091-1/+1
* net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2020-01-091-3/+3
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-042-3/+14
* net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu2020-01-041-1/+1
* net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu2020-01-041-0/+9
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-042-2/+3
* net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2020-01-041-0/+5
* net: avoid potential false sharing in neighbor related codeEric Dumazet2019-12-313-12/+12
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-311-1/+0
* net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven2019-12-311-1/+1
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-12-182-42/+14
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-181-0/+1
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-181-8/+7
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-181-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-181-3/+13
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-181-2/+3