summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-07-02net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan
2022-07-01net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNKPaolo Abeni
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-29net: switchdev: add reminder near struct switchdev_notifier_fdb_infoVladimir Oltean
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu
2022-06-24bonding: add slave_dev field for bond_opt_valueHangbin Liu
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima
2022-06-21raw: complete rcu conversionEric Dumazet
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-19raw: use more conventional iteratorsEric Dumazet
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet
2022-06-10net: implement per-cpu reserves for memory_allocatedEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-10Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg
2022-06-09bonding: netlink error message support for optionsJonathan Toppins
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2022-06-08net: constify some inline functions in sock.hPeter Lafreniere
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-06-07net: dropreason: reformat the comment fo skb drop reasonsMenglong Dong
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong
2022-06-07net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu