summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: validate template modeSean Tranchetti2018-09-201-0/+3
* xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2018-09-112-0/+8
* xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan2018-09-041-0/+1
* xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-044-6/+4Star
* xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo2018-09-031-0/+2
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2018-08-031-0/+12
* openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-291-0/+1
* NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-07-291-1/+1
* tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-291-0/+4
* Merge branch 'net-socket-Fix-potential-spectre-v1-gadgets'David S. Miller2018-07-291-1/+4
|\
| * net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-291-1/+2
| * net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-291-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-2915-90/+225
|\
| * bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-07-281-1/+1
| * bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
| * perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1
| * bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-272-3/+85
| * xdp: add NULL pointer check in __xdp_return()Taehee Yoo2018-07-271-1/+2
| * xsk: fix poll/POLLIN premature returnsBjörn Töpel2018-07-261-1/+1
| * bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing2018-07-261-4/+4
| * Merge branch 'bpf-annotate-kv-pair'Daniel Borkmann2018-07-257-73/+83
| |\
| | * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-255-44/+56
| | * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-254-30/+28Star
| | * bpf: btf: Sync uapi btf.h to toolsMartin KaFai Lau2018-07-251-1/+1
| |/
| * bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-242-1/+41
* | net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev2018-07-291-1/+1
* | ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-291-2/+2
* | enic: handle mtu change for vf properlyGovindarajulu Varadarajan2018-07-291-51/+27Star
* | net: lan78xx: fix rx handling before first packet is sendStefan Wahren2018-07-281-0/+2
* | nfp: flower: fix port metadata conversion bugJohn Hurley2018-07-281-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-274-13/+23
|\ \
| * | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| * | xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| * | xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-06-231-0/+3
| * | xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
| * | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* | | net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman2018-07-271-0/+1
* | | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39
* | | net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
* | | net: fix amd-xgbe flow-control issuetangpengpeng2018-07-261-2/+2
* | | cxgb4: Added missing break in ndo_udp_tunnel_{add/del}Arjun Vynipadath2018-07-261-0/+2
* | | netdevsim: don't leak devlink resourcesJakub Kicinski2018-07-261-0/+1
* | | net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-261-1/+2
* | | tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-261-1/+8
* | | hinic: Link the logical network device to the pci device in sysfsdann frazier2018-07-251-0/+1
* | | virtio_net: Fix incosistent received bytes counterToshiaki Makita2018-07-251-18/+23
* | | Merge tag 'mips_fixes_4.18_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-252-2/+2
|\ \ \
| * | | MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau2018-07-201-1/+1
| * | | MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton2018-07-161-1/+1