aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/socket.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean2-14/+21
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love5-70/+40
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor1-4/+1
2021-06-28net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean1-4/+22
2021-06-28net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2-0/+38
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler3-25/+60
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang1-1/+3
2021-06-28net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang1-2/+2
2021-06-28net: sparx5: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean3-2/+102
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean1-15/+29
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean6-27/+47
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean4-16/+16
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean7-20/+51
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean11-37/+44
2021-06-28net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean1-0/+1
2021-06-28xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski1-5/+6
2021-06-28bnxt_en: Enable hardware PTP supportMichael Chan1-0/+7
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi4-5/+131
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi4-3/+52
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi3-0/+41
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan6-1/+382
2021-06-28bnxt_en: Get PTP hardware capability from firmwareMichael Chan3-0/+113
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan2-42/+629
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen3-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen5-2/+62
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong3-11/+11
2021-06-28mptcp: fix 'masking a bool' warningMatthieu Baerts1-1/+1
2021-06-28gtp: reset mac_header after decapGuillaume Nault1-0/+1
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault1-0/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault1-1/+6
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault1-0/+4
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault1-0/+2
2021-06-28bareudp: allow redirecting bareudp packets to eth devicesGuillaume Nault1-0/+1
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev1-0/+2
2021-06-28bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim1-0/+2
2021-06-28bpf, x86: Fix extable offset calculationRavi Bangoria1-1/+1
2021-06-26net/mlx5e: Add IPsec support to uplink representorRaed Salem2-1/+8
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan3-0/+3
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-26net/mlx5: Increase hairpin buffer sizeAriel Levkovich1-1/+1
2021-06-26net/mlx5: DR, Add support for flow sampler offloadYevgeny Kliteynik6-3/+124
2021-06-26net/mlx5: Compare sampler flow destination ID in fs_coreYevgeny Kliteynik1-1/+3
2021-06-26Bluetooth: hci_uart: Remove redundant assignment to fw_ptrNigel Christian1-1/+0
2021-06-26Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-06-26Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2021-06-26Bluetooth: btmrvl: remove redundant continue statementColin Ian King1-3/+1