summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | mctp: Add neighbour implementationMatt Johnston2021-07-293-0/+30
* | | | | | | | | mctp: Add netlink route managementMatt Johnston2021-07-291-0/+2
* | | | | | | | | mctp: Add initial routing frameworkJeremy Kerr2021-07-293-0/+95
* | | | | | | | | mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-296-0/+67
* | | | | | | | | mctp: Add initial driver infrastructureJeremy Kerr2021-07-291-0/+1
* | | | | | | | | mctp: Add sockaddr_mctp to uapiJeremy Kerr2021-07-291-0/+21
* | | | | | | | | mctp: Add base packet definitionsJeremy Kerr2021-07-291-0/+35
* | | | | | | | | mctp: Add MCTP baseJeremy Kerr2021-07-292-1/+20
* | | | | | | | | nfc: constify passed nfc_devKrzysztof Kozlowski2021-07-291-2/+2
* | | | | | | | | skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-291-0/+9
* | | | | | | | | sk_buff: track dst status in slow_groPaolo Abeni2021-07-292-0/+4
* | | | | | | | | sk_buff: introduce 'slow_gro' flagsPaolo Abeni2021-07-291-0/+4
* | | | | | | | | net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye2021-07-281-0/+1
* | | | | | | | | devlink: Remove duplicated registration checkLeon Romanovsky2021-07-281-3/+1
* | | | | | | | | net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-3/+10
* | | | | | | | | net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-271-1/+6
* | | | | | | | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-272-2/+4
* | | | | | | | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-7/+13
* | | | | | | | | dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-2/+2
* | | | | | | | | ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+2
* | | | | | | | | hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+1
* | | | | | | | | net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann2021-07-271-0/+3
* | | | | | | | | qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang2021-07-271-0/+2
* | | | | | | | | openvswitch: fix alignment issuesMark Gray2021-07-271-2/+2
* | | | | | | | | openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray2021-07-271-1/+1
* | | | | | | | | net: netlink: add the case when nlh is NULLYajun Deng2021-07-271-1/+1
* | | | | | | | | Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-261-15/+0
* | | | | | | | | net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-0/+10
* | | | | | | | | net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean2021-07-261-0/+8
* | | | | | | | | Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-07-261-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy2021-07-261-1/+2
* | | | | | | | | | can: flexcan: add platform data headerAngelo Dureghello2021-07-251-0/+23
* | | | | | | | | | can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde2021-07-251-2/+2
* | | | | | | | | | can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde2021-07-251-0/+1
* | | | | | | | | | can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde2021-07-251-5/+0
* | | | | | | | | | can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde2021-07-251-0/+2
* | | | | | | | | | nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | | | | | | | | nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | | | | | | | | nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | | | | | | | | nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-253-4/+4
* | | | | | | | | | nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-2/+2
* | | | | | | | | | nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | | | | | | | | nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* | | | | | | | | | net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+18
* | | | | | | | | | net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* | | | | | | | | | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-0/+3
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2313-97/+305
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-221-25/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-25/+1
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-223-3/+28
| |\ \ \ \ \ \ \ \ \