aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2018-04-242-6/+0
| | * | | | | ice: Fix incorrect comment for action typeAnirudh Venkataramanan2018-04-241-1/+1
| | * | | | | ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan2018-04-241-2/+2
| | * | | | | igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes2018-04-241-1/+16
| | * | | | | ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King2018-04-241-1/+1
| * | | | | | sfc: ARFS filter IDsEdward Cree2018-04-246-46/+337
| * | | | | | net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli2018-04-241-0/+2
| * | | | | | packet: fix bitfield update raceWillem de Bruijn2018-04-242-21/+49
| |/ / / / /
| * | | | | team: fix netconsole setup over teamXin Long2018-04-241-7/+12
| * | | | | Merge branch 'amd-xgbe-fixes'David S. Miller2018-04-237-23/+233
| |\ \ \ \ \
| | * | | | | amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky2018-04-231-17/+54
| | * | | | | amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky2018-04-237-4/+160
| | * | | | | amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky2018-04-232-2/+19
| |/ / / / /
| * | | | | pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-231-0/+4
| * | | | | l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-231-0/+7
| * | | | | net: phy: marvell: clear wol event before setting itJingju Hou2018-04-231-0/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-04-2310-171/+200
| |\ \ \ \ \
| | * | | | | netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso2018-04-191-16/+22
| | * | | | | netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-04-191-1/+1
| | * | | | | netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28
| | * | | | | netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell2018-04-171-0/+1
| | * | | | | netfilter: nf_tables: free set name in error pathFlorian Westphal2018-04-161-3/+5
| | * | | | | netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-04-161-27/+32
| | * | | | | netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann2018-04-161-0/+1
| | * | | | | netfilter: conntrack: silent a memory leak warningCong Wang2018-04-161-0/+1
| | * | | | | netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma2018-04-111-8/+11
| | * | | | | netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-04-091-5/+6
| | * | | | | ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-092-83/+80
| | * | | | | netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal2018-04-092-5/+16
| * | | | | | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
| * | | | | | bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long2018-04-231-2/+1
| * | | | | | tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-228-27/+59
| |\ \ \ \ \ \
| | * | | | | | bpf: sockmap remove dead checkJann Horn2018-04-201-3/+0
| | * | | | | | tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
| | * | | | | | bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-113-22/+52
| | * | | | | | selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
| * | | | | | | ibmvnic: Clean actual number of RX or TX poolsThomas Falcon2018-04-221-2/+2
| * | | | | | | Merge branch 'net-sched-ife-malformed-ife-packet-fixes'David S. Miller2018-04-223-5/+45
| |\ \ \ \ \ \ \
| | * | | | | | | net: sched: ife: check on metadata lengthAlexander Aring2018-04-221-0/+3
| | * | | | | | | net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-223-4/+41
| | * | | | | | | net: sched: ife: signal not finding metaidAlexander Aring2018-04-221-1/+1
| |/ / / / / / /
| * | | | | | | strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes2018-04-221-1/+1
| * | | | | | | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-221-1/+1
| * | | | | | | llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2018-04-221-9/+12
| * | | | | | | net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk2018-04-221-1/+1
| * | | | | | | llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-223-9/+23
| * | | | | | | l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-222-2/+8
| * | | | | | | Merge branch 's390-qeth-fixes'David S. Miller2018-04-224-115/+116
| |\ \ \ \ \ \ \
| | * | | | | | | s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann2018-04-221-1/+1