summaryrefslogtreecommitdiffstats
path: root/net
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
* tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-291-0/+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-294-8/+11
|\
| * 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
| * 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
* | ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-291-2/+2
* | 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
* | | 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: 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
* | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-252-4/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-246-147/+189
|\ \ \
| * | | netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal2018-07-241-104/+115
| * | | netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-07-201-4/+4
| * | | netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-07-201-13/+29
| * | | netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-07-201-6/+11
| * | | netfilter: nf_tables: free flow table struct tooFlorian Westphal2018-07-201-0/+1
| * | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-9/+5Star
| * | | netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo2018-07-181-2/+5
| * | | netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-07-181-0/+1
| * | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-173-9/+18
* | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-245-47/+32Star
|\ \ \ \
| * | | | cfg80211: never ignore user regulatory hintAmar Singhal2018-07-241-25/+3Star
| * | | | nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-07-091-0/+1
| * | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-063-21/+26
| * | | | mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-07-031-1/+2
* | | | | sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-241-3/+3
| |_|_|/ |/| | |
* | | | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
* | | | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
* | | | tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
* | | | tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
* | | | tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
* | | | ip: hash fragments consistentlyPaolo Abeni2018-07-232-0/+4