summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi2021-02-041-0/+1
* bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-281-0/+2
* bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-202-0/+3
* net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+2
* net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-204-6/+20
|\
| * tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-201-5/+12
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-191-0/+3
| * cfg80211: fix a kerneldoc markupMauro Carvalho Chehab2021-01-141-1/+1
| * cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg2021-01-082-1/+5
* | net/bonding: Declare TLS RX device offload supportTariq Toukan2021-01-191-1/+1
* | net/bonding: Implement TLS TX device offloadTariq Toukan2021-01-191-0/+2
* | net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2021-01-191-0/+2
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-191-1/+4
* | net: dsa: add ops for devlink-sbVladimir Oltean2021-01-161-0/+34
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-161-0/+19
|\ \
| * | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-0/+12
| * | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-0/+7
* | | dsa: add support for Arrow XRS700x tag trailerGeorge McCollister2021-01-161-0/+2
* | | net: dsa: Link aggregation supportTobias Waldekranz2021-01-151-0/+60
* | | net: dsa: add optional stats64 supportOleksij Rempel2021-01-131-1/+3
* | | net: switchdev: delete the transaction objectVladimir Oltean2021-01-121-14/+0
* | | net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-121-3/+1
* | | net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-121-3/+1
* | | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-122-7/+3
* | | net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-121-3/+0
* | | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-121-2/+1
|/ /
* | net: dsa: remove the DSA specific notifiersVladimir Oltean2021-01-081-42/+0
* | net: dsa: export dsa_slave_dev_checkVladimir Oltean2021-01-081-0/+6
* | net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-081-6/+0
* | net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean2021-01-081-0/+5
* | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-0/+8
|/
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-053-5/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-292-4/+5
| |\
| | * xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-182-4/+5
| * | net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-281-1/+3
* | | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-211-0/+7
|\ \ \ | |/ / |/| |
| * | 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-1/+1
| * | 9p: add refcount to p9_fid structJianyong Wu2020-11-191-0/+6
| * | fs/9p: track open fidsGreg Kurz2020-11-031-0/+1
* | | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-162-3/+13
|\ \ \ | |_|/ |/| |
| * | lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-242-3/+13
| |/
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1543-679/+596
|\ \
| * | inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpersToke Høiland-Jørgensen2020-12-151-8/+6
| * | net: Limit logical shift left of TCP probe0 timeoutCambda Zhu2020-12-151-1/+3
| * | tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-151-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-155-46/+63
| |\ \
| | * | netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso2020-12-121-8/+28
| | * | netfilter: nftables: move nft_expr before nft_setPablo Neira Ayuso2020-12-121-28/+26
| | * | netfilter: nftables: generalize set expressions supportPablo Neira Ayuso2020-12-121-1/+4