summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2015-109/+241
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-2022-486/+534
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-2013-67/+76
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-2020-122/+125
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-2019-487/+1084
* wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg2022-06-201-5/+13
* net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson2022-06-151-6/+9
* ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-141-15/+2
* net: make __sys_accept4_file() staticYajun Deng2022-06-131-9/+6
* tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-111-2/+0
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-1110-45/+5
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-1111-0/+39
* net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-117-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-112-4/+5
|\
| * net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-101-0/+1
| * tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-101-4/+4
* | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-1014-430/+80
|\ \
| * | wifi: mac80211: refactor some key codeJohannes Berg2022-06-102-33/+41
| * | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-1014-397/+39
* | | Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-06-1015-214/+48
|\ \ \
| * | | net: 6lowpan: constify lowpan_nhc structuresAlexander Aring2022-06-092-11/+11
| * | | net: 6lowpan: use array for find nhc idAlexander Aring2022-06-0915-203/+37
| * | | net: 6lowpan: remove const from scalarsAlexander Aring2022-06-091-3/+3
* | | | net: add napi_get_frags_check() helperEric Dumazet2022-06-101-0/+18
* | | | net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet2022-06-101-1/+2
* | | | net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet2022-06-101-1/+1
* | | | af_unix: use DEBUG_NET_WARN_ON_ONCE()Eric Dumazet2022-06-101-4/+4
* | | | net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet2022-06-101-3/+3
* | | | net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet2022-06-101-4/+4
* | | | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet2022-06-101-1/+1
* | | | net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet2022-06-101-1/+1
* | | | drop_monitor: adopt u64_stats_tEric Dumazet2022-06-101-9/+9
* | | | devlink: adopt u64_stats_tEric Dumazet2022-06-101-12/+16
* | | | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-104-33/+37
* | | | ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-101-6/+1
* | | | sit: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-101-7/+1
* | | | vlan: adopt u64_stats_tEric Dumazet2022-06-102-12/+12
* | | | net: rename reference+tracking helpersJakub Kicinski2022-06-1041-113/+117
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-1020-95/+107
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0915-62/+83
| |\ \ \
| | * | | tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-091-4/+6
| | * | | net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-092-1/+9
| | * | | ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-091-6/+5
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-092-10/+3
| | |\ \ \
| | | * | | xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-082-10/+3
| | * | | | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-081-2/+3
| | * | | | ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-3/+3
| | * | | | net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-081-1/+0