summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: stp fix reference to uninitialized dataStephen Hemminger2018-05-081-2/+2
* netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal2018-04-271-8/+17
* netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal2018-04-271-0/+6
* netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik2018-04-272-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-269-12/+82
|\
| * bpf: fix for lex/yacc build error with gcc-5John Fastabend2018-04-251-0/+2
| * bpf, x64: fix JIT emission for dead codeGianluca Borello2018-04-251-1/+11
| * bpf: clear the ip_tunnel_info.William Tu2018-04-251-0/+1
| * Merge branch 'bpf-sockmap-fixes'Daniel Borkmann2018-04-244-8/+52
| |\
| | * bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1Star
| | * bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
| | * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-244-6/+7
| |/
| * bpf: sockmap sample use clang flag, -target bpfJohn Fastabend2018-04-231-2/+5
| * bpf: Document sockmap '-target bpf' requirement for PROG_TYPE_SK_MSGJohn Fastabend2018-04-231-1/+9
| * bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-231-0/+2
* | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
* | net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-04-251-4/+0Star
* | net: phy: allow scanning busses with missing physAlexandre Belloni2018-04-251-1/+10
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-251-0/+2
|\ \
| * | commoncap: Handle memory allocation failure.Tetsuo Handa2018-04-111-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-2464-463/+1163
|\ \ \
| * \ \ Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-04-247-16/+37
| |\ \ \
| | * | | ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash2018-04-241-5/+17
| | * | | ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2018-04-242-6/+0Star
| | * | | 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-247-23/+233
| |\ \ \
| | * | | amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky2018-04-241-17/+54
| | * | | amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky2018-04-247-4/+160
| | * | | amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky2018-04-242-2/+19
| |/ / /
| * | | pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-241-0/+4
| * | | l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-241-0/+7
| * | | net: phy: marvell: clear wol event before setting itJingju Hou2018-04-241-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