summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-05-14tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen
2020-05-14ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-05-10udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn
2020-04-29mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-04-21net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-18fib: add missing attribute validation for tun_idJakub Kicinski
2020-03-05net: sched: correct flower port blockingJason Baron
2020-02-11bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor
2020-02-01udp: segment looped gso packets correctlyWillem de Bruijn
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang
2020-01-29netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu
2020-01-04net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-31net: avoid potential false sharing in neighbor related codeEric Dumazet
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-31net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-18inet: protect against too small mtu values.Eric Dumazet
2019-12-04net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-12-04net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-12-04sctp: cache netns in sctp_ep_commonXin Long
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet