aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1216-32/+91
|\
| * Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1215-28/+86
| |\
| | * net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-122-4/+30
| | * net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| | * devlink: Avoid overwriting port attributes of registered portParav Pandit2020-11-121-2/+6
| | * net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
| | * tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
| | * net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-101-1/+2
| | * net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-102-4/+15
| | * netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-101-5/+12
| | * mptcp: provide rmem[0] limitPaolo Abeni2020-11-091-0/+1
| | * ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-091-1/+1
| | * tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
| | * IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-062-3/+7
| | |\
| | | * xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-292-3/+7
| * | | Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-091-4/+5
| |\ \ \ | | |/ / | |/| |
| | * | net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter2020-11-081-3/+4
| | * | net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter2020-11-061-1/+1
* | | | net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-11-121-5/+9
* | | | net: udp: remove redundant initialization in udp_gro_completeMenglong Dong2020-11-121-1/+1
* | | | mptcp: fix static checker warnings in mptcp_pm_add_timerGeliang Tang2020-11-121-2/+1
* | | | ipv4: Set nexthop flags in a more consistent wayIdo Schimmel2020-11-111-5/+2
* | | | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat2020-11-111-6/+6
* | | | net: qrtr: Release distant nodes along the bridge nodeLoic Poulain2020-11-111-6/+19
* | | | net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packetLoic Poulain2020-11-111-5/+7
* | | | net: qrtr: Allow non-immediate node routingLoic Poulain2020-11-111-2/+10
* | | | net: qrtr: Allow forwarded servicesLoic Poulain2020-11-111-8/+0
* | | | net: qrtr: Fix port ID for control messagesLoic Poulain2020-11-111-1/+1
* | | | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-102-2/+2
* | | | net: sched: fix misspellings using misspell-fixer toolMenglong Dong2020-11-105-5/+5
* | | | net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong2020-11-101-2/+1
* | | | net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin2020-11-091-1/+2
* | | | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-9/+0
* | | | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-094-8/+8
* | | | vti: switch to dev_get_tstats64Heiner Kallweit2020-11-092-2/+2
* | | | ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit2020-11-091-31/+1
* | | | net: dsa: use net core stats64 handlingHeiner Kallweit2020-11-093-30/+8
* | | | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-091-0/+15
* | | | net: udp: remove redundant initialization in udp_dump_oneMenglong Dong2020-11-091-1/+1
* | | | net: udp: remove redundant initialization in udp_send_skbMenglong Dong2020-11-091-1/+1
* | | | bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur2020-11-095-17/+17
* | | | net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2020-11-092-14/+28
* | | | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-094-0/+9
* | | | net: core: fix spelling typo in flow_dissector.cWang Qing2020-11-071-1/+1
* | | | net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+3
* | | | net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-072-11/+9
* | | | net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+4
* | | | net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-5/+3
* | | | net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-074-15/+13