summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean2022-01-051-2/+2
* | | | | | | | | | | | | | net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | mac80211: use ieee80211_bss_get_elem()Johannes Berg2022-01-041-7/+7
* | | | | | | | | | | | | mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+13
* | | | | | | | | | | | | mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
* | | | | | | | | | | | | Namespaceify mtu_expires sysctlxu xin2022-01-041-10/+11
* | | | | | | | | | | | | Namespaceify min_pmtu sysctlxu xin2022-01-041-16/+37
* | | | | | | | | | | | | net: openvswitch: Fill act ct extensionPaul Blakey2022-01-041-0/+6
* | | | | | | | | | | | | net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2022-01-042-1/+32
* | | | | | | | | | | | | Merge tag 'batadv-next-pullrequest-20220103' of git://git.open-mesh.org/linux...Jakub Kicinski2022-01-033-22/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | batman-adv: remove unneeded variable in batadv_nc_initMinghao Chi2021-12-101-6/+2
| * | | | | | | | | | | | | batman-adv: allow netlink usage in unprivileged containersLinus Lüssing2021-11-151-15/+15
| * | | | | | | | | | | | | batman-adv: Start new development cycleSimon Wunderlich2021-11-151-1/+1
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | net/smc: add comments for smc_link_{usable|sendable}Dust Li2022-01-021-1/+16
* | | | | | | | | | | | | net: socket.c: style fixHamish MacDonald2022-01-021-1/+1
* | | | | | | | | | | | | ipv6: ioam: Support for Queue depth data fieldJustin Iurman2022-01-021-1/+15
* | | | | | | | | | | | | net/smc: remove redundant re-assignment of pointer linkColin Ian King2022-01-021-1/+0
* | | | | | | | | | | | | net/smc: Introduce TCP ULP supportTony Lu2022-01-021-7/+86
* | | | | | | | | | | | | net/smc: Add net namespace for tracepointsTony Lu2022-01-021-7/+16
* | | | | | | | | | | | | net/smc: Print net namespace in logTony Lu2022-01-022-9/+14
* | | | | | | | | | | | | net/smc: Add netlink net namespace supportTony Lu2022-01-022-7/+12
* | | | | | | | | | | | | net/smc: Introduce net namespace support for linkgroupTony Lu2022-01-024-12/+42
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3139-40/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-291-1/+7
| * | | | | | | | | | | | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-2932-0/+35
| * | | | | | | | | | | | | bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-32/+32
| * | | | | | | | | | | | | bpf: Introduce MEM_RDONLY flagHao Luo2021-12-182-2/+2
| * | | | | | | | | | | | | bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-2/+2
| * | | | | | | | | | | | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-163-0/+3
| * | | | | | | | | | | | | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-4/+4
| * | | | | | | | | | | | | bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni2021-12-131-3/+3
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-3025-121/+172
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang2021-12-291-1/+5
| * | | | | | | | | | | | | net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helperNikolay Aleksandrov2021-12-291-3/+3
| * | | | | | | | | | | | | net: fix use-after-free in tw_timer_handlerMuchun Song2021-12-291-6/+4
| * | | | | | | | | | | | | net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov2021-12-295-3/+22
| * | | | | | | | | | | | | net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov2021-12-295-3/+22
| * | | | | | | | | | | | | ipv6: raw: check passed optlen before readingTamir Duberstein2021-12-291-0/+3
| * | | | | | | | | | | | | xsk: Initialise xskb free_list_nodeCiara Loftus2021-12-291-0/+1
| * | | | | | | | | | | | | net/smc: fix kernel panic caused by race of smc_sockDust Li2021-12-288-76/+57
| * | | | | | | | | | | | | net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-285-5/+11
| * | | | | | | | | | | | | net: udp: fix alignment problem in udp4_seq_show()yangxingwu2021-12-271-1/+1
| * | | | | | | | | | | | | net/smc: fix using of uninitialized completionsKarsten Graul2021-12-271-2/+4
| * | | | | | | | | | | | | ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2021-12-271-0/+2
| * | | | | | | | | | | | | sctp: use call_rcu to free endpointXin Long2021-12-253-22/+36
| * | | | | | | | | | | | | udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2021-12-231-1/+1
* | | | | | | | | | | | | | net/smc: Use the bitmap API when applicableChristophe JAILLET2021-12-301-14/+5
* | | | | | | | | | | | | | ethtool: Remove redundant ret assignmentsluo penghao2021-12-301-1/+0
* | | | | | | | | | | | | | Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-12-2914-1934/+2369
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"Colin Ian King2021-12-231-1/+1