summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz2021-12-222-47/+77
| * | | Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz2021-12-222-16/+13
| * | | Bluetooth: hci_sync: Wait for proper events when connecting LELuiz Augusto von Dentz2021-12-221-4/+7
| * | | Bluetooth: hci_sync: Add support for waiting specific LE subeventsLuiz Augusto von Dentz2021-12-222-16/+27
| * | | Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-226-347/+295
| * | | Bluetooth: hci_event: Use skb_pull_data when processing inquiry resultsLuiz Augusto von Dentz2021-12-221-2/+18
| * | | Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-223-3/+28
| * | | Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2021-12-211-2/+10
| * | | Bluetooth: hci_sync: Fix not always pausing advertising when necessaryLuiz Augusto von Dentz2021-12-211-4/+2
| * | | Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_CONNECTEDLuiz Augusto von Dentz2021-12-211-8/+18
| * | | Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_FOUNDLuiz Augusto von Dentz2021-12-211-21/+31
| * | | Bluetooth: mgmt: Introduce mgmt_alloc_skb and mgmt_send_event_skbLuiz Augusto von Dentz2021-12-072-17/+53
| * | | Bluetooth: msft: Fix compilation when CONFIG_BT_MSFTEXT is not setLuiz Augusto von Dentz2021-12-071-1/+2
| * | | Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz2021-12-072-7/+74
| * | | Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flagLuiz Augusto von Dentz2021-12-071-0/+12
| * | | Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-074-17/+32
| * | | Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flagLuiz Augusto von Dentz2021-12-071-7/+7
| * | | Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg2021-12-071-1/+2