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