summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-2/+2
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang1-1/+2
2022-07-09tls: create an internal headerJakub Kicinski1-276/+1
2022-07-09tls: rx: always allocate max possible aad size for decryptJakub Kicinski1-0/+1
2022-07-09strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski1-4/+8
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-06net: 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-01net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNKPaolo Abeni1-5/+0
2022-07-01Merge 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-30net: switchdev: add reminder near struct switchdev_notifier_fdb_infoVladimir Oltean1-0/+3
2022-06-30net: dsa: add get_pause_stats supportOleksij Rempel1-0/+2
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-25net: 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-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-19raw: convert raw sockets to RCUEric Dumazet2-1/+11
2022-06-19raw: use more conventional iteratorsEric Dumazet2-6/+5
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-06-17bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+1
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-84/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong3-84/+1
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet1-2/+1
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-27/+2
2022-06-11net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-06-11net: implement per-cpu reserves for memory_allocatedEric Dumazet1-9/+29
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet3-0/+4
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-5/+3
2022-06-11Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet1-13/+3
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-35/+0
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-35/+0
2022-06-10bonding: netlink error message support for optionsJonathan Toppins1-1/+2
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-2/+2
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+11