summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-06-295-16/+52
| |\ \
| | * | nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho2020-06-261-1/+1
| | * | nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho2020-06-261-1/+2
| | * | mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-06-251-0/+26
| | * | mac80211: skip mpath lookup also for control port txMarkus Theil2020-06-251-1/+5
| | * | mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan2020-06-251-1/+1
| | * | mac80211: simplify mesh codePavel Machek2020-06-251-5/+2
| | * | mac80211: fix control port tx status checkMarkus Theil2020-06-251-7/+15
| * | | llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-06-281-3/+7
| * | | net: explain the lockdep annotations for dev_uc_unsync()Cong Wang2020-06-281-0/+10
| * | | net: get rid of lockdep_set_class_and_subclass()Cong Wang2020-06-281-5/+4
| * | | bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur2020-06-283-3/+3
| * | | net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-271-1/+1
* | | | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds2020-07-101-1/+1
|\ \ \ \
| * | | | bpfilter: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* | | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-1/+1
* | | | | Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-07-021-0/+1
|\ \ \ \ \
| * | | | | SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy2020-06-291-0/+1
* | | | | | Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-277-41/+57
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever2020-06-261-0/+4
| * | | | | sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin2020-06-261-0/+1
| * | | | | xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever2020-06-221-6/+3
| * | | | | xprtrdma: Clean up disconnectChuck Lever2020-06-222-10/+14
| * | | | | xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever2020-06-223-11/+11
| * | | | | xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2020-06-222-4/+1
| * | | | | xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever2020-06-221-10/+23
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-25105-270/+580
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-9/+17
| * | | | sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-251-2/+2
| * | | | sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-251-4/+9
| * | | | sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-251-11/+30
| * | | | ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek2020-06-251-6/+5
| * | | | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-253-2/+7
| * | | | tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2554-15/+159
| |\ \ \ \
| | * | | | netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
| | * | | | netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
| | * | | | netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| | * | | | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
| | * | | | netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2541-0/+41
| | * | | | netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
| | | |_|/ | | |/| |
| * | | | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
| * | | | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
| | |_|/ | |/| |
| * | | dsa: Allow forwarding of redirected IGMP trafficDaniel Mack2020-06-241-3/+34
| * | | openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-241-2/+7
| * | | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
| * | | net: ethtool: Handle missing cable test TDR parametersAndrew Lunn2020-06-231-8/+9
| * | | net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin2020-06-231-0/+1
| * | | bridge: mrp: Validate when setting the port roleHoratiu Vultur2020-06-231-2/+8