summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin
2020-11-09net: udp: remove redundant initialization in udp_dump_oneMenglong Dong
2020-11-09net: udp: remove redundant initialization in udp_send_skbMenglong Dong
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur
2020-11-09net/packet: make packet_fanout.arr size configurable up to 64KTanner Love
2020-11-09tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio
2020-11-09net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-11-09Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-11-08net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter
2020-11-07net: core: fix spelling typo in flow_dissector.cWang Qing
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac802154: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel