summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso1-16/+22
2018-04-19netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo1-1/+1
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-04-17netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell1-0/+1
2018-04-16netfilter: nf_tables: free set name in error pathFlorian Westphal1-3/+5
2018-04-16netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-04-16netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann1-0/+1
2018-04-16netfilter: conntrack: silent a memory leak warningCong Wang1-0/+1
2018-04-11netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma1-8/+11
2018-04-09netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal1-5/+6
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2-83/+80
2018-04-09netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal2-5/+16
2018-04-09vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2-24/+11
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet1-0/+1
2018-04-09dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+22
2018-04-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-14/+34
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko6-106/+165
2018-04-08ARM: dts: ls1021a: Specify TBIPA register addressEsben Haabendal1-1/+2
2018-04-08net/fsl_pq_mdio: Allow explicit speficition of TBIPA addressEsben Haabendal2-17/+39
2018-04-08Merge branch 'ibmvnic-Fix-driver-reset-and-DMA-bugs'David S. Miller2-49/+98
2018-04-08ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot1-23/+32
2018-04-08ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2-8/+30
2018-04-08ibmvnic: Fix reset scheduler error handlingThomas Falcon1-10/+29
2018-04-08ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-04-08ibmvnic: Fix DMA mapping mistakesThomas Falcon1-8/+6
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang3-6/+6
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn1-1/+7
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-04-08Merge branch 'net-fix-uninit-values-in-networking-stack'David S. Miller10-12/+20
2018-04-08soreuseport: initialise timewait reuseport fieldEric Dumazet2-0/+2
2018-04-08ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet1-5/+6
2018-04-08dccp: initialize ireq->ir_markEric Dumazet2-0/+2
2018-04-08net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet1-2/+2
2018-04-08net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-08net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-04-08netlink: fix uninit-value in netlink_sendmsgEric Dumazet1-0/+2
2018-04-08crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal1-2/+18
2018-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2-3/+5
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
2018-04-06ice: Fix error return code in ice_init_hw()Wei Yongjun1-1/+3
2018-04-06net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-04-06net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-06Merge branch 'hv_netvsc-Fix-shutdown-issues-on-older-Windows-hosts'David S. Miller1-16/+44
2018-04-06hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal1-19/+18
2018-04-06hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal1-6/+13