summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-11-14net: xfrm: use core API for updating/providing statsLev Stipakov
2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov
2020-11-14nfc: refined function nci_hci_resp_receivedAlex Shi
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet
2020-11-14IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi
2020-11-13tipc: fix -Wstringop-truncation warningsWenlin Kang
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau
2020-11-12bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-12net: ipconfig: Avoid spurious blank lines in boot logThierry Reding
2020-11-12net: udp: remove redundant initialization in udp_gro_completeMenglong Dong
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin
2020-11-12devlink: Avoid overwriting port attributes of registered portParav Pandit
2020-11-12mptcp: fix static checker warnings in mptcp_pm_add_timerGeliang Tang
2020-11-11ipv4: Set nexthop flags in a more consistent wayIdo Schimmel
2020-11-11net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat
2020-11-11net: qrtr: Release distant nodes along the bridge nodeLoic Poulain
2020-11-11net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packetLoic Poulain
2020-11-11net: qrtr: Allow non-immediate node routingLoic Poulain
2020-11-11net: qrtr: Allow forwarded servicesLoic Poulain
2020-11-11net: qrtr: Fix port ID for control messagesLoic Poulain
2020-11-11net/x25: Fix null-ptr-deref in x25_connectMartin Schiller
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Wang Hai
2020-11-11cfg80211: remove WDS codeJohannes Berg
2020-11-11mac80211: remove WDS-related codeJohannes Berg
2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-10net: sched: fix misspellings using misspell-fixer toolMenglong Dong
2020-11-10netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore
2020-11-10net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong
2020-11-09net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-11-09vti: switch to dev_get_tstats64Heiner Kallweit
2020-11-09ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit
2020-11-09net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit
2020-11-09mptcp: provide rmem[0] limitPaolo Abeni