summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-08-09net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki
2021-08-04bpf: Fix bpf_prog_test_run_xdp logic after incorrect merge resolutionAndrii Nakryiko
2021-08-03bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-08-02net_sched: refactor TC action init APICong Wang
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky
2021-07-30devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky
2021-07-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni
2021-07-30net: netlink: Remove unused functionYajun Deng
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean
2021-07-29mctp: Allow per-netns default networksMatt Johnston
2021-07-29mctp: Add dest neighbour lladdr to route outputMatt Johnston
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr
2021-07-29mctp: Populate socket implementationJeremy Kerr
2021-07-29mctp: Add neighbour netlink interfaceMatt Johnston
2021-07-29mctp: Add neighbour implementationMatt Johnston
2021-07-29mctp: Add netlink route managementMatt Johnston
2021-07-29mctp: Add initial routing frameworkJeremy Kerr
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr
2021-07-29mctp: Add base socket/protocol definitionsJeremy Kerr
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni
2021-07-29net: optimize GRO for the common case.Paolo Abeni
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-28net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean
2021-07-28net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-07-28net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye
2021-07-28net: let flow have same hash in two directionszhang kai
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend