aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal1-1/+1
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov3-0/+41
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-5/+9
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-2/+2
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso1-5/+9
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang1-1/+2
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet1-1/+1
2022-07-099p: Drop kref usageKent Overstreet1-3/+3
2022-07-08tls: create an internal headerJakub Kicinski1-276/+1
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski1-0/+1
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski1-4/+8
2022-07-08net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski1-0/+3
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov1-0/+1
2022-07-05net: sched: provide shim definitions for taprio_offload_{get,free}Vladimir Oltean1-0/+17
2022-07-02net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan1-0/+2
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet1-0/+13
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-0/+28
2022-07-01net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNKPaolo Abeni1-5/+0
2022-07-01wifi: nl80211: retrieve EHT related elements in AP modeAloka Dixit1-0/+4
2022-07-01wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam1-1/+10
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-3/+14
2022-07-01wifi: mac80211: fix a kernel-doc complaintJohannes Berg1-1/+1
2022-07-01wifi: cfg80211: remove redundant documentationJohannes Berg1-10/+0
2022-07-01wifi: mac80211: add a missing comma at kernel-doc markupMauro Carvalho Chehab1-1/+1
2022-07-01wifi: cfg80211: fix kernel-doc warnings all over the fileMauro Carvalho Chehab1-7/+21
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+1
2022-06-29net: switchdev: add reminder near struct switchdev_notifier_fdb_infoVladimir Oltean1-0/+3
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel1-0/+2
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2-3/+5
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal1-6/+10
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger1-0/+2
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger1-0/+3
2022-06-24net: helper function skb_len_addRichard Gobert1-3/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu2-0/+2
2022-06-24bonding: add slave_dev field for bond_opt_valueHangbin Liu1-2/+8
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao1-2/+2
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+5
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima1-1/+0
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima1-1/+0
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima2-0/+8
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima1-3/+4
2022-06-21raw: complete rcu conversionEric Dumazet1-2/+2
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang2-4/+2
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+2
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-23/+61