summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-301-2/+2
* Merge branch 'ieee802154-for-davem-2019-04-25' of git://git.kernel.org/pub/sc...David S. Miller2019-04-301-0/+6
|\
| * net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu2019-04-241-0/+6
* | Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-04-294-6/+9
|\ \
| * | mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-04-231-1/+1
| * | cfg80211: Notify previous user request during self managed wiphy registrationSriram R2019-04-231-3/+2
| * | mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
| * | mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* | | udp: fix GRO reception in case of length mismatchPaolo Abeni2019-04-281-4/+5
* | | Merge branch 'tls-data-copies'David S. Miller2019-04-281-11/+28
|\ \ \
| * | | net/tls: fix copy to fragments in reencryptJakub Kicinski2019-04-281-7/+22
| * | | net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-04-281-6/+8
|/ / /
* | | Merge branch 'bnxt_en-Misc-bug-fixes'David S. Miller2019-04-271-21/+32
|\ \ \
| * | | bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-04-271-4/+5
| * | | bnxt_en: Fix statistics context reservation logic.Michael Chan2019-04-271-8/+6
| * | | bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan2019-04-271-2/+6
| * | | bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan2019-04-271-6/+6
| * | | bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-04-271-0/+1
| * | | bnxt_en: Improve multicast address setup logic.Michael Chan2019-04-271-1/+8
|/ / /
* | | net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn2019-04-261-2/+4
* | | genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
* | | qmi_wwan: new Wistron, ZTE and D-Link devicesBjørn Mork2019-04-261-0/+10
* | | net: ethernet: stmmac: manage the get_irq probe defer caseFabien Dessenne2019-04-261-0/+3
* | | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-04-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-267-33/+101
|\ \ \
| * | | bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
| * | | selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-262-0/+47
| * | | bpf: mark registers in all frames after pkt/null checksPaul Chaignon2019-04-261-30/+46
| * | | libbpf: add binary to gitignoreMatteo Croce2019-04-261-0/+1
| * | | tools: bpftool: fix infinite loop in map createAlban Crequy2019-04-261-0/+3
| * | | MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing2019-04-261-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-2561-184/+687
|\ \ \ \
| * | | | ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-241-9/+23
| * | | | net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-04-241-11/+16
| * | | | rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-04-242-5/+10
| * | | | net: rds: exchange of 8K and 1M poolZhu Yanjun2019-04-242-3/+11
| * | | | net: vrf: Fix operation not supported when set vrf macMiaohe Lin2019-04-241-0/+2
| | |_|/ | |/| |
| * | | net/ncsi: handle overflow when incrementing mac addressTao Ren2019-04-242-1/+17
| * | | net: socionext: replace napi_alloc_frag with the netdev variant on initIlias Apalodimas2019-04-241-4/+7
| * | | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-244-5/+5
| * | | spi: ST ST95HF NFC: declare missing of tableDaniel Gomez2019-04-231-0/+7
| * | | spi: Micrel eth switch: declare missing of tableDaniel Gomez2019-04-231-0/+9
| * | | net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul2019-04-231-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-2317-105/+493
| |\ \ \
| | * | | netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin2019-04-221-1/+1
| | * | | netfilter: never get/set skb->tstampFlorian Westphal2019-04-224-16/+18
| | * | | netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-04-221-1/+2
| | * | | netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-152-12/+35
| | * | | netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter2019-04-151-1/+1
| | * | | netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-04-153-5/+66