summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel2-15/+72
2020-11-28xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun3-22/+4
2020-11-18xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2-13/+133
2020-11-18xsk: Introduce padding between more ring pointersMagnus Karlsson1-1/+3
2020-11-17bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau1-2/+2
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn1-5/+0
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-42/+217
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi2-17/+62
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-0/+59
2020-11-14tipc: fix -Wstringop-truncation warningsWenlin Kang1-4/+1
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski21-275/+131
2020-11-13bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+74
2020-11-13bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau1-19/+19
2020-11-13bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-32/+91
2020-11-13net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-11-13net: udp: remove redundant initialization in udp_gro_completeMenglong Dong1-1/+1
2020-11-13Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-28/+86
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2-4/+30
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-12devlink: Avoid overwriting port attributes of registered portParav Pandit1-2/+6
2020-11-12mptcp: fix static checker warnings in mptcp_pm_add_timerGeliang Tang1-2/+1
2020-11-12ipv4: Set nexthop flags in a more consistent wayIdo Schimmel1-5/+2
2020-11-12net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat1-6/+6
2020-11-12net: qrtr: Release distant nodes along the bridge nodeLoic Poulain1-6/+19
2020-11-12net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packetLoic Poulain1-5/+7
2020-11-12net: qrtr: Allow non-immediate node routingLoic Poulain1-2/+10
2020-11-12net: qrtr: Allow forwarded servicesLoic Poulain1-8/+0
2020-11-12net: qrtr: Fix port ID for control messagesLoic Poulain1-1/+1
2020-11-12net/x25: Fix null-ptr-deref in x25_connectMartin Schiller1-1/+1
2020-11-12tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8
2020-11-11cfg80211: remove WDS codeJohannes Berg7-113/+8
2020-11-11mac80211: remove WDS-related codeJohannes Berg11-132/+10
2020-11-11net/af_iucv: fix null pointer dereference on shutdownUrsula Braun1-1/+2
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2-2/+2
2020-11-11net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2-4/+15
2020-11-11net: sched: fix misspellings using misspell-fixer toolMenglong Dong5-5/+5
2020-11-11netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-11-10net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin1-1/+2
2020-11-10net: remove ip_tunnel_get_stats64Heiner Kallweit1-9/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit4-8/+8
2020-11-10vti: switch to dev_get_tstats64Heiner Kallweit2-2/+2
2020-11-10ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit1-31/+1
2020-11-10net: dsa: use net core stats64 handlingHeiner Kallweit3-30/+8
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+15
2020-11-10mptcp: provide rmem[0] limitPaolo Abeni1-0/+1
2020-11-10ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_dump_oneMenglong Dong1-1/+1
2020-11-10net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1