aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki1-1/+1
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki2-1/+37
2021-08-04bpf: Fix bpf_prog_test_run_xdp logic after incorrect merge resolutionAndrii Nakryiko1-2/+1
2021-08-03bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang1-0/+3
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern1-1/+1
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2-13/+14
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean16-44/+23
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2-70/+65
2021-08-02net_sched: refactor TC action init APICong Wang33-159/+168
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-106/+377
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-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang1-8/+8
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