| Commit message (Expand) | Author | Age | Files | Lines |
* | netlink: Don't shift on 64 for ngroups | Dmitry Safonov | 2018-08-05 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-08-05 | 1 | -3/+1 |
|\ |
|
| * | net: xsk: don't return frames via the allocator on error | Jakub Kicinski | 2018-07-31 | 1 | -3/+1 |
* | | net/smc: no cursor update send in state SMC_INIT | Ursula Braun | 2018-08-04 | 1 | -1/+2 |
* | | l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl() | Guillaume Nault | 2018-08-03 | 1 | -4/+9 |
* | | Revert "net/ipv6: fix metrics leak" | David S. Miller | 2018-08-02 | 1 | -14/+4 |
* | | rxrpc: Fix user call ID check in rxrpc_service_prealloc_one | YueHaibing | 2018-08-01 | 1 | -2/+2 |
* | | net: dsa: Do not suspend/resume closed slave_dev | Florian Fainelli | 2018-08-01 | 1 | -0/+6 |
* | | netlink: Fix spectre v1 gadget in netlink_create() | Jeremy Cline | 2018-08-01 | 1 | -0/+2 |
* | | ipv4: frags: handle possible skb truesize change | Eric Dumazet | 2018-07-31 | 1 | -0/+5 |
* | | inet: frag: enforce memory limits earlier | Eric Dumazet | 2018-07-31 | 1 | -3/+3 |
|/ |
|
* | netlink: Don't shift with UB on nlk->ngroups | Dmitry Safonov | 2018-07-30 | 1 | -1/+5 |
* | net/ipv6: fix metrics leak | Sabrina Dubroca | 2018-07-30 | 1 | -4/+14 |
* | openvswitch: meter: Fix setting meter id for new entries | Justin Pettit | 2018-07-29 | 1 | -5/+5 |
* | netlink: Do not subscribe to non-existent groups | Dmitry Safonov | 2018-07-29 | 1 | -0/+1 |
* | tcp_bbr: fix bw probing to raise in-flight data for very small BDPs | Neal Cardwell | 2018-07-29 | 1 | -0/+4 |
* | net: socket: Fix potential spectre v1 gadget in sock_is_registered | Jeremy Cline | 2018-07-29 | 1 | -1/+2 |
* | net: socket: fix potential spectre v1 gadget in socketcall | Jeremy Cline | 2018-07-29 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-07-29 | 4 | -8/+11 |
|\ |
|
| * | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() | Taehee Yoo | 2018-07-28 | 1 | -1/+1 |
| * | bpf: fix bpf_skb_load_bytes_relative pkt length check | Daniel Borkmann | 2018-07-28 | 1 | -5/+7 |
| * | xdp: add NULL pointer check in __xdp_return() | Taehee Yoo | 2018-07-27 | 1 | -1/+2 |
| * | xsk: fix poll/POLLIN premature returns | Björn Töpel | 2018-07-26 | 1 | -1/+1 |
* | | ipv4: remove BUG_ON() from fib_compute_spec_dst | Lorenzo Bianconi | 2018-07-29 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-07-27 | 4 | -13/+23 |
|\ \ |
|
| * | | esp6: fix memleak on error path in esp6_input | Zhen Lei | 2018-06-27 | 1 | -1/+3 |
| * | | xfrm: free skb if nlsk pointer is NULL | Florian Westphal | 2018-06-25 | 1 | -4/+6 |
| * | | xfrm: fix missing dst_release() after policy blocking lbcast and multicast | Tommi Rantala | 2018-06-23 | 1 | -0/+3 |
| * | | xfrm_user: prevent leaking 2 bytes of kernel memory | Eric Dumazet | 2018-06-19 | 1 | -3/+5 |
| * | | vti6: fix PMTU caching and reporting on xmit | Eyal Birger | 2018-06-07 | 1 | -5/+6 |
* | | | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka | 2018-07-26 | 6 | -20/+39 |
* | | | net: rollback orig value on failure of dev_qdisc_change_tx_queue_len | Tariq Toukan | 2018-07-26 | 1 | -7/+10 |
* | | | net: igmp: make function __ip_mc_inc_group() static | Wei Yongjun | 2018-07-26 | 1 | -1/+2 |
* | | | tcp: ack immediately when a cwr packet arrives | Lawrence Brakmo | 2018-07-26 | 1 | -1/+8 |
* | | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull | Willem de Bruijn | 2018-07-25 | 2 | -4/+10 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-07-24 | 6 | -147/+189 |
|\ \ \ |
|
| * | | | netfilter: nf_tables: move dumper state allocation into ->start | Florian Westphal | 2018-07-24 | 1 | -104/+115 |
| * | | | netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state | Florian Westphal | 2018-07-20 | 1 | -4/+4 |
| * | | | netfilter: nf_tables: don't allow to rename to already-pending name | Florian Westphal | 2018-07-20 | 1 | -13/+29 |
| * | | | netfilter: nf_tables: fix memory leaks on chain rename | Florian Westphal | 2018-07-20 | 1 | -6/+11 |
| * | | | netfilter: nf_tables: free flow table struct too | Florian Westphal | 2018-07-20 | 1 | -0/+1 |
| * | | | netfilter: nf_tables: use dev->name directly | Florian Westphal | 2018-07-20 | 1 | -9/+5 |
| * | | | netfilter: nft_set_rbtree: fix panic when destroying set by GC | Taehee Yoo | 2018-07-18 | 1 | -2/+5 |
| * | | | netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy() | Taehee Yoo | 2018-07-18 | 1 | -0/+1 |
| * | | | netfilter: nf_tables: fix jumpstack depth validation | Taehee Yoo | 2018-07-17 | 3 | -9/+18 |
* | | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2018-07-24 | 5 | -47/+32 |
|\ \ \ \ |
|
| * | | | | cfg80211: never ignore user regulatory hint | Amar Singhal | 2018-07-24 | 1 | -25/+3 |
| * | | | | nl80211: Add a missing break in parse_station_flags | Bernd Edlinger | 2018-07-09 | 1 | -0/+1 |
| * | | | | nl80211/mac80211: allow non-linear skb in rx_control_port | Denis Kenzior | 2018-07-06 | 3 | -21/+26 |
| * | | | | mac80211: add stations tied to AP_VLANs during hw reconfig | mpubbise@codeaurora.org | 2018-07-03 | 1 | -1/+2 |