summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add Renesas RZ/N1 switch tag driverClément Léger2022-06-271-0/+2
* net: dsa: add support for ethtool get_rmon_stats()Clément Léger2022-06-271-0/+3
* net: helper function skb_len_addRichard Gobert2022-06-241-3/+1
* Bonding: add per-port priority for failover re-selectionHangbin Liu2022-06-242-0/+2
* bonding: add slave_dev field for bond_opt_valueHangbin Liu2022-06-241-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-0/+5
|\
| * sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
* | af_unix: Remove unix_table_locks.Kuniyuki Iwashima2022-06-221-1/+0
* | af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2022-06-221-1/+0
* | af_unix: Define a per-netns hash table.Kuniyuki Iwashima2022-06-222-0/+8
* | af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2022-06-221-3/+4
* | raw: complete rcu conversionEric Dumazet2022-06-211-2/+2
* | raw: convert raw sockets to RCUEric Dumazet2022-06-192-1/+11
* | raw: use more conventional iteratorsEric Dumazet2022-06-192-6/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-0/+1
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-163-84/+1
|\ \ \ | | |/ | |/|
| * | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-163-84/+1
* | | tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-2/+1
* | | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-27/+2
* | | net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet2022-06-101-4/+8
* | | net: implement per-cpu reserves for memory_allocatedEric Dumazet2022-06-101-9/+29
* | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-103-0/+4
* | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-5/+3
* | | Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet2022-06-101-13/+3
* | | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-101-35/+0
|\ \ \
| * | | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-35/+0
* | | | bonding: netlink error message support for optionsJonathan Toppins2022-06-091-1/+2
* | | | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-2/+2
* | | | net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-095-14/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-094-4/+4
| |\ \ \
| | * | | ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-073-2/+2
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-062-1/+2
| | | * | netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-021-1/+0
| * | | | bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-10/+7
| |/ / /
* | | | net: constify some inline functions in sock.hPeter Lafreniere2022-06-081-3/+3
* | | | net: dropreason: reformat the comment fo skb drop reasonsMenglong Dong2022-06-071-156/+226
* | | | net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong2022-06-071-0/+2
* | | | net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong2022-06-071-0/+184
|/ / /
* | | ax25: Fix ax25 session cleanup problemsDuoming Zhou2022-06-021-0/+1
* | | bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-011-0/+6
|/ /
* | net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang2022-05-311-0/+6
* | netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-05-271-1/+6
* | net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray2022-05-261-28/+8
* | amt: fix typo in amtTaehee Yoo2022-05-251-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+6
|\ \
| * | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+6
* | | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-232-2/+16
|\ \ \