summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-03ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2-0/+35
2020-06-03nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-06-03nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-06-03net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-0/+4
2020-06-03net sched: fix reporting the first-time use timestampRoman Mashak1-1/+2
2020-06-03net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+0
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-1/+1
2020-05-27net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()Masahiro Yamada1-1/+1
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang1-0/+1
2020-05-14tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen1-2/+55
2020-05-14ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2-0/+11
2020-05-10udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn1-0/+7
2020-04-29mac80211: populate debugfs only after cfg80211 initJohannes Berg1-1/+3
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-04-21net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard1-0/+1
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells1-1/+7
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-16/+0
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells1-3/+1
2020-03-18fib: add missing attribute validation for tun_idJakub Kicinski1-0/+1
2020-03-05net: sched: correct flower port blockingJason Baron1-0/+9
2020-02-11bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-5/+0
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+5
2020-02-01udp: segment looped gso packets correctlyWillem de Bruijn1-0/+3
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang2-15/+21
2020-01-29netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso1-0/+1
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-2/+4
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet1-1/+1
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-3/+3
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2-3/+14
2020-01-04net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu1-1/+1
2020-01-04net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu1-0/+9
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2-2/+3
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti1-0/+5
2019-12-31net: avoid potential false sharing in neighbor related codeEric Dumazet3-12/+12
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet1-1/+0
2019-12-31net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven1-1/+1
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon2-42/+14
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-0/+1
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley1-8/+7
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-2/+3
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-2/+4
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-1/+1
2019-12-18inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-12-04net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+1
2019-12-04net/tls: remove the dead inplace_crypto codeJakub Kicinski1-1/+0