summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing
2019-01-22bridge: Snoop Multicast Router AdvertisementsLinus Lüssing
2019-01-22bridge: join all-snoopers multicast addressLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing
2019-01-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-22net/tls: build_protos moved to common routineAtul Gupta
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2019-01-19net_sched: add performance counters for basic filterCong Wang
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao
2019-01-19net: mpls: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: mpls: route: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: route: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski
2019-01-19net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen
2019-01-18net: bridge: Mark FDB entries that were added by user as suchIdo Schimmel
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha
2019-01-18devlink: Add health diagnose commandEran Ben Elisha
2019-01-18devlink: Add health recover commandEran Ben Elisha
2019-01-18devlink: Add health set commandEran Ben Elisha
2019-01-18devlink: Add health get commandEran Ben Elisha
2019-01-18devlink: Add health report functionalityEran Ben Elisha
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha
2019-01-18devlink: Add health buffer supportEran Ben Elisha
2019-01-18net_sched: add hit counter for matchallCong Wang
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet