summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-11bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-5/+0
2020-02-06cfg80211: 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-05net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+1
2019-12-05net/tls: remove the dead inplace_crypto codeJakub Kicinski1-1/+0
2019-12-05sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-20net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+2
2019-11-10devlink: disallow reload operation during device cleanupJiri Pirko1-1/+4
2019-11-09net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2019-11-07net/tls: add a TX lockJakub Kicinski1-0/+5
2019-11-06net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-06net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-11-06bonding: fix state transition issue in link monitoringJay Vosburgh1-2/+1
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-10-31net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-26net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-1/+0
2019-10-25vxlan: add adjacent link to limit depth levelTaehee Yoo1-0/+1
2019-10-25bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-0/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-10-24net/flow_dissector: switch to siphashEric Dumazet3-4/+5