summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-05netdevice: add the case if dev is NULLYajun Deng1-4/+8
2021-08-05net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva1-3/+0
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva1-3/+0
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2-12/+36
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov3-2/+8
2021-08-04net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2-35/+46
2021-08-04Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+9
2021-08-04can: j1939: extend UAPI to notify about RX statusOleksij Rempel1-0/+9
2021-08-04net: add netif_set_real_num_queues() for device reconfigJakub Kicinski1-0/+2
2021-08-04net: add extack arg for link opsRocco Yue1-1/+2
2021-08-04af_unix: Add OOB supportRao Shoaib1-0/+3
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+2
2021-08-03wan: remove sbni/granch driverArnd Bergmann1-3/+0
2021-08-03move netdev_boot_setup into Space.cArnd Bergmann1-13/+0
2021-08-03ax88796: export ax_NS8390_init() hookMichael Schmitz1-0/+3
2021-08-03m68k: remove legacy probingArnd Bergmann1-6/+0
2021-08-03appletalk: ltpc: remove static probingArnd Bergmann1-1/+0
2021-08-03bonding: add new option lacp_activeHangbin Liu4-0/+4
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+1
2021-08-03net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb1-0/+2
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva1-5/+16
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean1-5/+2
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski1-2/+2
2021-08-02net_sched: refactor TC action init APICong Wang4-10/+17
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-75/+51
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-43/+100
2021-07-31Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-30/+79
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky1-2/+12
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+2
2021-07-30net: netlink: Remove unused functionYajun Deng1-23/+0
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-6/+8
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng2-2/+2
2021-07-30net/sched: store the last executed chain also for clsact egressDavide Caratti1-15/+7
2021-07-29mctp: Allow per-netns default networksMatt Johnston3-1/+5
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr1-3/+22
2021-07-29mctp: Populate socket implementationJeremy Kerr2-0/+72
2021-07-29mctp: Add neighbour implementationMatt Johnston3-0/+30
2021-07-29mctp: Add netlink route managementMatt Johnston1-0/+2
2021-07-29mctp: Add initial routing frameworkJeremy Kerr3-0/+95
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr6-0/+67
2021-07-29mctp: Add initial driver infrastructureJeremy Kerr1-0/+1
2021-07-29mctp: Add sockaddr_mctp to uapiJeremy Kerr1-0/+21
2021-07-29mctp: Add base packet definitionsJeremy Kerr1-0/+35
2021-07-29mctp: Add MCTP baseJeremy Kerr2-1/+20
2021-07-29nfc: constify passed nfc_devKrzysztof Kozlowski1-2/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+9
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni2-0/+4
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni1-0/+4