summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: netlink: Remove unused functionYajun Deng2021-07-301-23/+0
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-6/+8
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-2/+2
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-302-2/+2
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-15/+7
* mctp: Allow per-netns default networksMatt Johnston2021-07-293-1/+5
* mctp: Implement message fragmentation & reassemblyJeremy Kerr2021-07-291-3/+22
* mctp: Populate socket implementationJeremy Kerr2021-07-292-0/+72
* 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