summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-161-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-161-0/+15
* tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue2019-01-161-1/+1
* Merge branch 'sch_cake-leaf-qdisc-fixes'David S. Miller2019-01-169-21/+35
|\
| * sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen2019-01-161-2/+3
| * sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-163-3/+9
| * sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-168-16/+23
|/
* ip6_gre: update version related info when changing linkHangbin Liu2019-01-151-0/+4
* net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
* Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-153-10/+10
* selftests/txtimestamp: Fix an equals vs assign bugDan Carpenter2019-01-151-1/+1
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-153-6/+15
* ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz2019-01-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-155-17/+22
|\
| * netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen2019-01-141-1/+4
| * netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-01-113-5/+5
| * netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt2019-01-111-2/+4
| * netfilter: nft_flow_offload: Fix reverse route lookupwenxu2019-01-091-2/+2
| * netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso2019-01-081-1/+1
| * netfilter: nf_tables: fix leaking object reference countTaehee Yoo2019-01-081-0/+2
| * netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter2019-01-081-6/+4
* | Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-01-151-3/+9
|\ \
| * | tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi2019-01-151-3/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-15110-438/+1149
|\ \ \
| * \ \ Merge branch 'bnxt_en-Bug-fixes-for-57500-chips'David S. Miller2019-01-122-6/+11
| |\ \ \
| | * | | bnxt_en: Fix context memory allocation.Michael Chan2019-01-121-3/+6
| | * | | bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2019-01-122-3/+5
| |/ / /
| * | | mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-121-2/+1
| * | | net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-121-0/+1
| * | | Merge branch 'bpfilter-fixes'David S. Miller2019-01-128-50/+146
| |\ \ \
| | * | | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-123-23/+29
| | * | | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-124-12/+40
| | * | | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-123-23/+44
| | * | | umh: add exit routine for UMH processTaehee Yoo2019-01-124-2/+43
| |/ / /
| * | | isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-01-121-1/+5
| * | | vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-121-1/+1
| * | | Merge branch 'stmmac-fixes'David S. Miller2019-01-124-28/+41
| |\ \ \
| | * | | net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu2019-01-121-13/+14
| | * | | net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu2019-01-121-12/+12
| | * | | net: stmmac: Check if CBS is supported before configuringJose Abreu2019-01-121-0/+2
| | * | | net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu2019-01-121-3/+3
| | * | | net: stmmac: Fix PCI module removal leakJose Abreu2019-01-121-0/+10
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-119-24/+43
| |\ \ \
| | * \ \ Merge branch 'bpf-fix-bitfield-printing'Daniel Borkmann2019-01-113-20/+34
| | |\ \ \
| | | * | | tools/bpf: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7
| | | * | | tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song2019-01-111-8/+21
| | | * | | bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
| | |/ / /
| | * | | bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-01-101-1/+2
| | * | | selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell2019-01-101-1/+3
| | * | | samples: bpf: user proper argument indexIoana Ciornei2019-01-101-1/+1