Age | Commit message (Expand) | Author | Files | Lines |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 57 | -246/+343 |
2017-09-01 | udp: fix secpath leak | Yossi Kuperman | 1 | -1/+1 |
2017-09-01 | bridge: switchdev: Clear forward mark when transmitting packet | Ido Schimmel | 1 | -0/+3 |
2017-09-01 | mlxsw: spectrum: Forbid linking to devices that have uppers | Ido Schimmel | 1 | -1/+2 |
2017-08-31 | kcm: do not attach PF_KCM sockets to avoid deadlock | Eric Dumazet | 1 | -0/+4 |
2017-08-31 | sch_tbf: fix two null pointer dereferences on init failure | Nikolay Aleksandrov | 1 | -2/+3 |
2017-08-31 | sch_sfq: fix null pointer dereference on init failure | Nikolay Aleksandrov | 1 | -3/+3 |
2017-08-31 | sch_netem: avoid null pointer deref on init failure | Nikolay Aleksandrov | 1 | -2/+2 |
2017-08-31 | sch_fq_codel: avoid double free on init failure | Nikolay Aleksandrov | 1 | -3/+1 |
2017-08-31 | sch_cbq: fix null pointer dereferences on init failure | Nikolay Aleksandrov | 1 | -3/+7 |
2017-08-31 | sch_hfsc: fix null pointer deref and double free on init failure | Nikolay Aleksandrov | 1 | -7/+3 |
2017-08-31 | sch_hhf: fix null pointer dereference on init failure | Nikolay Aleksandrov | 1 | -0/+3 |
2017-08-31 | sch_multiq: fix double free on init failure | Nikolay Aleksandrov | 1 | -6/+1 |
2017-08-31 | sch_htb: fix crash on init failure | Nikolay Aleksandrov | 1 | -2/+3 |
2017-08-30 | packet: Don't write vnet header beyond end of buffer | Benjamin Poirier | 1 | -3/+9 |
2017-08-30 | tipc: permit bond slave as bearer | Parthasarathy Bhuvaragan | 2 | -15/+13 |
2017-08-29 | ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt | Xin Long | 1 | -1/+0 |
2017-08-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -8/+13 |
2017-08-29 | net: dsa: Don't dereference dst->cpu_dp->netdev | Florian Fainelli | 1 | -1/+1 |
2017-08-29 | bridge: check for null fdb->dst before notifying switchdev drivers | Roopa Prabhu | 1 | -1/+1 |
2017-08-29 | ipv6: set dst.obsolete when a cached route has expired | Xin Long | 2 | -2/+5 |
2017-08-29 | ipv6: fix sparse warning on rt6i_node | Wei Wang | 3 | -6/+10 |
2017-08-28 | l2tp: hold tunnel used while creating sessions with netlink | Guillaume Nault | 1 | -9/+12 |
2017-08-28 | l2tp: hold tunnel while handling genl TUNNEL_GET commands | Guillaume Nault | 1 | -12/+15 |
2017-08-28 | l2tp: hold tunnel while handling genl tunnel updates | Guillaume Nault | 1 | -2/+4 |
2017-08-28 | l2tp: hold tunnel while processing genl delete command | Guillaume Nault | 1 | -2/+4 |
2017-08-28 | l2tp: hold tunnel while looking up sessions in l2tp_netlink | Guillaume Nault | 3 | -47/+38 |
2017-08-28 | l2tp: initialise session's refcount before making it reachable | Guillaume Nault | 1 | -4/+2 |
2017-08-28 | net: missing call of trace_napi_poll in busy_poll_stop | Jesper Dangaard Brouer | 1 | -0/+1 |
2017-08-28 | xfrm_user: fix info leak in build_aevent() | Mathias Krause | 1 | -0/+1 |
2017-08-28 | xfrm_user: fix info leak in build_expire() | Mathias Krause | 1 | -0/+2 |
2017-08-28 | xfrm_user: fix info leak in xfrm_notify_sa() | Mathias Krause | 1 | -0/+1 |
2017-08-28 | xfrm_user: fix info leak in copy_user_offload() | Mathias Krause | 1 | -1/+1 |
2017-08-26 | udp6: set rx_dst_cookie on rx_dst updates | Paolo Abeni | 2 | -2/+13 |
2017-08-26 | Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+20 |
2017-08-26 | tcp: fix refcnt leak with ebpf congestion control | Sabrina Dubroca | 3 | -11/+17 |
2017-08-26 | ipv6: Fix may be used uninitialized warning in rt6_check | Steffen Klassert | 1 | -1/+1 |
2017-08-25 | esp: Fix skb tailroom calculation | Steffen Klassert | 2 | -2/+2 |
2017-08-25 | esp: Fix locking on page fragment allocation | Steffen Klassert | 2 | -4/+6 |
2017-08-25 | tipc: context imbalance at node read unlock | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-08-25 | tipc: reassign pointers after skb reallocation / linearization | Parthasarathy Bhuvaragan | 1 | -2/+5 |
2017-08-25 | tipc: perform skb_linearize() before parsing the inner header | Parthasarathy Bhuvaragan | 1 | -0/+2 |
2017-08-25 | net_sched: fix a refcount_t issue with noop_qdisc | Eric Dumazet | 2 | -4/+4 |
2017-08-25 | bpf: fix bpf_setsockopts return value | Yuchung Cheng | 1 | -1/+0 |
2017-08-25 | net: sunrpc: svcsock: fix NULL-pointer exception | Vadim Lomovtsev | 1 | -2/+20 |
2017-08-25 | tipc: Fix tipc_sk_reinit handling of -EAGAIN | Bob Peterson | 1 | -3/+3 |
2017-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 6 | -24/+30 |
2017-08-24 | netfilter: nf_tables: Fix nft limit burst handling | andy zhou | 1 | -11/+14 |
2017-08-24 | netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info | Xin Long | 1 | -1/+1 |
2017-08-24 | net: xfrm: don't double-hold dst when sk_policy in use. | Lorenzo Colitti | 1 | -1/+0 |