summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0
* sch_cake: Remove unused including <linux/version.h>Yue Haibing2018-08-211-1/+0
* rhashtable: remove duplicated include from rhashtable.cYue Haibing2018-08-211-1/+0
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-211-0/+2
* r8152: disable RX aggregation on new Dell TB16 dockKai-Heng Feng2018-08-201-2/+2
* Merge branch 'qed-Misc-fixes-in-the-interface-with-the-MFW'David S. Miller2018-08-203-38/+178
|\
| * qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-08-203-3/+56
| * qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-08-202-20/+44
| * qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-08-202-8/+39
| * qed: Wait for ready indication before rereading the shmemTomer Tayar2018-08-201-9/+41
|/
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1960-352/+430
|\
| * ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
| * ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
| * r8169: don't use MSI-X on RTL8106eJian-Hong Pan2018-08-191-3/+6
| * net: lan743x_ptp: convert to ktime_get_clocktai_ts64Arnd Bergmann2018-08-191-2/+1
| * net: sched: always disable bh when taking tcf_lockVlad Buslov2018-08-197-44/+47
| * ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-1816-130/+123
| |\
| | * bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-187-63/+38
| | * tools/bpf: fix bpf selftest test_cgroup_storage failureYonghong Song2018-08-171-0/+1
| | * Merge branch 'sockmap-ulp-fixes'Alexei Starovoitov2018-08-164-53/+76
| | |\
| | | * bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann2018-08-161-49/+57
| | | * bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann2018-08-161-1/+4
| | | * bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann2018-08-161-2/+7
| | | * tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-08-161-0/+2
| | | * tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-163-1/+6
| | |/
| | * bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song2018-08-161-1/+1
| | * samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2018-08-162-2/+4
| | * net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-08-161-11/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-08-1820-95/+163
| |\ \
| | * | netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso2018-08-161-2/+0
| | * | netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl2018-08-161-1/+3
| | * | netfilter: uapi: fix linux/netfilter/nf_osf.h userspace compilation errorsDmitry V. Levin2018-08-162-2/+2
| | * | netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
| | * | netfilter: doc: Add nf_tables part in tproxy.txtMáté Eckl2018-08-161-7/+27
| | * | netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1
| | * | netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal2018-08-161-5/+10
| | * | netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2018-08-162-10/+9
| | * | netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-163-9/+24
| | * | netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-08-162-25/+30
| | * | netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-165-12/+12
| | * | netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-08-161-1/+11
| | * | ipvs: don't show negative times in ip_vs_connMatteo Croce2018-08-161-8/+14
| | * | jiffies: add utility function to calculate delta in msMatteo Croce2018-08-161-0/+5
| | * | ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
| | |/
| * | r8169: add missing Kconfig dependencyHeiner Kallweit2018-08-171-0/+1
| * | net/mlx5e: Delete unneeded function argumentYuval Shaia2018-08-161-2/+2
| * | Documentation: networking: ti-cpsw: correct cbs parameters for Eth1 100MbIvan Khoronzhuk2018-08-161-5/+6
| * | isdn: Disable IIOCDBGVARKees Cook2018-08-161-7/+1