summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-041-3/+1
|\
| * net: xsk: don't return frames via the allocator on errorJakub Kicinski2018-07-311-3/+1
* | net/smc: no cursor update send in state SMC_INITUrsula Braun2018-08-041-1/+2
* | l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault2018-08-031-4/+9
* | Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-011-14/+4
* | rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
* | net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-011-0/+6
* | netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-011-0/+2
* | ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
* | inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
|/
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-301-1/+5
* net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
* 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-281-0/+4
* net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-281-1/+2
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-284-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-281-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-251-1/+2
* | | tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
* | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-242-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/+5
| * | | 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/+32
|\ \ \ \
| * | | | cfg80211: never ignore user regulatory hintAmar Singhal2018-07-241-25/+3
| * | | | 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