summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu2018-08-231-1/+1
* tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-231-2/+2
* tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-231-0/+4
* tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-231-16/+18
* ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-231-0/+6
* addrconf: reduce unnecessary atomic allocationsCong Wang2018-08-231-3/+3
* sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen2018-08-231-4/+19
* net/ncsi: Fixup .dumpit message flags and ID check in Netlink handlerSamuel Mendoza-Jonas2018-08-231-2/+2
* act_ife: fix a potential deadlockCong Wang2018-08-211-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-211-25/+13Star
* Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"Cong Wang2018-08-211-10/+10
* net_sched: remove list_head from tc_actionCong Wang2018-08-212-4/+1Star
* net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-19/+3Star
* net_sched: remove unused parameter for tcf_action_delete()Cong Wang2018-08-211-3/+2Star
* net_sched: remove unnecessary ops->delete()Cong Wang2018-08-2117-144/+7Star
* net_sched: improve and refactor tcf_action_put_many()Cong Wang2018-08-211-16/+15Star
* rds: tcp: remove duplicated include from tcp.cYue Haibing2018-08-211-1/+0Star
* sch_cake: Remove unused including <linux/version.h>Yue Haibing2018-08-211-1/+0Star
* net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern2018-08-211-0/+2
* ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan2018-08-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-1930-195/+221
|\
| * ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan2018-08-191-0/+2
| * ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
| * net: sched: always disable bh when taking tcf_lockVlad Buslov2018-08-197-44/+47
| * ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan2018-08-181-11/+3Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-184-50/+37Star
| |\
| | * bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-181-38/+30Star
| | * tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-08-161-0/+2
| | * tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-162-1/+2
| | * net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-08-161-11/+3Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-08-1815-83/+126
| |\ \
| | * | netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso2018-08-161-2/+0Star
| | * | netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl2018-08-161-1/+3
| | * | netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
| | * | netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1Star
| | * | netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal2018-08-161-5/+10
| | * | netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2018-08-162-10/+9Star
| | * | netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-162-8/+23
| | * | netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-08-162-25/+30
| | * | netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-164-10/+10
| | * | netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal2018-08-161-1/+11
| | * | ipvs: don't show negative times in ip_vs_connMatteo Croce2018-08-161-8/+14
| | * | ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
| | |/
| * | net: sched: act_ife: always release ife action on init errorVlad Buslov2018-08-161-6/+2Star
| * | cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-161-0/+2
* | | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-187-105/+112
|\ \ \
| * | | net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7Star
| * | | 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * | | 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3Star
| * | | 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13