Age | Commit message (Expand) | Author | Files | Lines |
2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 2 | -6/+6 |
2024-05-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+1 |
2024-05-23 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 1 | -1/+1 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -1/+1 |
2024-05-03 | net: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -5/+1 |
2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
2024-03-08 | Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc... | Jakub Kicinski | 2 | -2/+2 |
2024-03-06 | ieee802154: cfg802154: make wpan_phy_class constant | Ricardo B. Marliere | 2 | -2/+2 |
2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -1/+1 |
2024-01-29 | net: fill in MODULE_DESCRIPTION()s for ieee802154 | Breno Leitao | 2 | -0/+2 |
2023-12-15 | mac802154: Avoid new associations while disassociating | Miquel Raynal | 1 | -1/+7 |
2023-12-15 | ieee802154: Avoid confusing changes after associating | Miquel Raynal | 1 | -12/+18 |
2023-11-20 | ieee802154: Give the user the association list | Miquel Raynal | 1 | -2/+101 |
2023-11-20 | mac802154: Follow the number of associated devices | Miquel Raynal | 1 | -0/+2 |
2023-11-20 | ieee802154: Add support for limiting the number of associated devices | Miquel Raynal | 3 | -0/+37 |
2023-11-20 | mac802154: Handle association requests from peers | Miquel Raynal | 2 | -0/+37 |
2023-11-20 | mac802154: Handle disassociations | Miquel Raynal | 1 | -0/+2 |
2023-11-20 | ieee802154: Add support for user disassociation requests | Miquel Raynal | 3 | -0/+75 |
2023-11-20 | mac802154: Handle associating | Miquel Raynal | 1 | -0/+12 |
2023-11-20 | ieee802154: Add support for user association requests | Miquel Raynal | 3 | -0/+77 |
2023-11-20 | ieee802154: Internal PAN management | Miquel Raynal | 3 | -1/+66 |
2023-11-20 | ieee802154: Let PAN IDs be reset | Miquel Raynal | 1 | -10/+0 |
2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+6 |
2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -2/+6 |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -2/+2 |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -2/+0 |
2023-06-24 | Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm... | Jakub Kicinski | 2 | -1/+48 |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-06-16 | ieee802154: Replace strlcpy with strscpy | Azeem Shaikh | 1 | -1/+1 |
2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 1 | -8/+7 |
2023-06-06 | Merge tag 'v6.4-rc4' into wpan-next/staging | Miquel Raynal | 1 | -2/+1 |
2023-05-16 | Revert "net: Remove low_thresh in ip defrag" | Jakub Kicinski | 1 | -4/+5 |
2023-05-15 | net: Remove low_thresh in ip defrag | Angus Chen | 1 | -5/+4 |
2023-03-24 | net: ieee802154: Handle limited devices with only datagram support | Miquel Raynal | 1 | -0/+10 |
2023-03-23 | mac802154: Handle received BEACON_REQ | Miquel Raynal | 1 | -0/+13 |
2023-03-23 | ieee802154: Add support for allowing to answer BEACON_REQ | Miquel Raynal | 1 | -1/+1 |
2023-03-23 | mac802154: Handle active scanning | Miquel Raynal | 1 | -0/+23 |
2023-03-23 | ieee802154: Add support for user active scan requests | Miquel Raynal | 1 | -0/+1 |
2023-03-17 | net: ieee802154: remove an unnecessary null pointer check | Dongliang Mu | 1 | -2/+1 |
2023-03-02 | ieee802154: Prevent user from crashing the host | Miquel Raynal | 1 | -1/+1 |
2023-02-18 | ieee802154: Drop device trackers | Miquel Raynal | 1 | -20/+4 |
2023-02-18 | ieee802154: Change error code on monitor scan netlink request | Miquel Raynal | 1 | -1/+1 |
2023-02-18 | ieee802154: Convert scan error messages to extack | Miquel Raynal | 1 | -6/+13 |
2023-02-18 | ieee802154: Use netlink policies when relevant on scan parameters | Miquel Raynal | 1 | -56/+28 |
2023-01-28 | mac802154: Handle basic beaconing | Miquel Raynal | 1 | -0/+24 |
2023-01-28 | ieee802154: Add support for user beaconing requests | Miquel Raynal | 4 | -0/+143 |
2023-01-03 | ieee802154: Introduce a helper to validate a channel | Miquel Raynal | 1 | -2/+1 |
2023-01-03 | ieee802154: Add support for user scanning requests | Miquel Raynal | 4 | -0/+291 |
2022-12-07 | Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc... | Jakub Kicinski | 2 | -0/+105 |
2022-11-29 | ieee802154: Advertize coordinators discovery | Miquel Raynal | 2 | -0/+105 |