aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-136/+296
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-134/+247
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky1-18/+8
2021-07-30devlink: Break parameter notification sequence to be before/after unload/load driverLeon Romanovsky1-12/+20
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-30net: netlink: Remove unused functionYajun Deng1-8/+0
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski4-14/+14
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski6-97/+110
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski3-6/+6
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski1-1/+1
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski1-1/+1
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng2-7/+7
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean12-20/+50
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti17-43/+34
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an imprecise portVladimir Oltean1-17/+10
2021-07-29mctp: Allow per-netns default networksMatt Johnston3-1/+18
2021-07-29mctp: Add dest neighbour lladdr to route outputMatt Johnston1-2/+8
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr2-41/+339
2021-07-29mctp: Populate socket implementationJeremy Kerr2-10/+419
2021-07-29mctp: Add neighbour netlink interfaceMatt Johnston1-3/+204
2021-07-29mctp: Add neighbour implementationMatt Johnston4-1/+148
2021-07-29mctp: Add netlink route managementMatt Johnston1-9/+249
2021-07-29mctp: Add initial routing frameworkJeremy Kerr4-1/+345
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr3-1/+423
2021-07-29mctp: Add base socket/protocol definitionsJeremy Kerr1-0/+163
2021-07-29mctp: Add MCTP baseJeremy Kerr7-0/+33
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2-4/+15
2021-07-29net: optimize GRO for the common case.Paolo Abeni2-11/+28
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni1-0/+1
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+28
2021-07-28net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean2-3/+2
2021-07-28net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean3-30/+11
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-07-28net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye1-12/+32
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky1-9/+10
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-27net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-4/+4
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann6-30/+37
2021-07-27net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2-4/+2
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-2/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann4-18/+34
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann3-54/+26
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann8-52/+57
2021-07-27phonet: use siocdevprivateArnd Bergmann1-3/+3