summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-091-1/+7
* net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-092-24/+11
* inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
* dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-04-081-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-082-14/+22
|\
| * kernel/bpf/syscall: fix warning defined but not usedAnders Roxell2018-04-041-12/+12
| * bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-041-2/+4
| * bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-041-0/+6
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-084-14/+34
|\ \
| * | Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-034-14/+34
* | | devlink: convert occ_get op to separate registrationJiri Pirko2018-04-086-106/+165
* | | ARM: dts: ls1021a: Specify TBIPA register addressEsben Haabendal2018-04-081-1/+2
* | | net/fsl_pq_mdio: Allow explicit speficition of TBIPA addressEsben Haabendal2018-04-082-17/+39
* | | Merge branch 'ibmvnic-Fix-driver-reset-and-DMA-bugs'David S. Miller2018-04-082-49/+98
|\ \ \
| * | | ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot2018-04-081-23/+32
| * | | ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2018-04-082-8/+30
| * | | ibmvnic: Fix reset scheduler error handlingThomas Falcon2018-04-081-10/+29
| * | | ibmvnic: Zero used TX descriptor counter on resetThomas Falcon2018-04-081-0/+1
| * | | ibmvnic: Fix DMA mapping mistakesThomas Falcon2018-04-081-8/+6
|/ / /
* | | tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
* | | sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8
* | | net: dsa: Discard frames from unused portsAndrew Lunn2018-04-081-1/+7
* | | sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
* | | Merge branch 'net-fix-uninit-values-in-networking-stack'David S. Miller2018-04-0710-12/+20
|\ \ \
| * | | soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-072-0/+2
| * | | ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-071-5/+6
| * | | dccp: initialize ireq->ir_markEric Dumazet2018-04-072-0/+2
| * | | net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
| * | | net: initialize skb->peeked when cloningEric Dumazet2018-04-071-0/+1
| * | | net: fix rtnh_ok()Eric Dumazet2018-04-071-1/+1
| * | | netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-071-0/+2
| * | | crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-04-071-4/+4
|/ / /
* | | net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* | | net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal2018-04-061-2/+18
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-04-062-3/+5
|\ \ \
| * | | ice: Bug fixes in ethtool codeAnirudh Venkataramanan2018-04-061-2/+2
| * | | ice: Fix error return code in ice_init_hw()Wei Yongjun2018-04-061-1/+3
|/ / /
* | | net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-051-4/+8
* | | net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
* | | Merge branch 'hv_netvsc-Fix-shutdown-issues-on-older-Windows-hosts'David S. Miller2018-04-051-16/+44
|\ \ \
| * | | hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal2018-04-051-19/+18
| * | | hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal2018-04-051-6/+13
| * | | hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal2018-04-051-12/+34
| * | | hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal2018-04-051-2/+2
|/ / /
* | | net: mvpp2: Fix parser entry init boundary checkMaxime Chevallier2018-04-051-1/+1