aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22xsk: export xdp_get_umem_from_qidJan Sokolowski1-0/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller57-340/+348
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-322/+296
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-15/+34
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-19net_sched: add performance counters for basic filterCong Wang1-0/+25
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-18/+52
2019-01-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao1-1/+0
2019-01-19net: mpls: netconf: perform strict checks also for doit handlersJakub Kicinski1-3/+39
2019-01-19net: mpls: route: perform strict checks also for doit handlersJakub Kicinski1-2/+59
2019-01-19net: ipv6: route: perform strict checks also for doit handlersJakub Kicinski1-2/+68
2019-01-19net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski1-2/+45
2019-01-19net: ipv6: netconf: perform strict checks also for doit handlersJakub Kicinski1-3/+38
2019-01-19net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski1-2/+47
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski1-5/+56
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski1-2/+70
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski1-4/+39
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski1-2/+36
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski1-1/+48
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski1-0/+4
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski1-21/+37
2019-01-19net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski1-0/+8
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen1-2/+1
2019-01-18net: bridge: Mark FDB entries that were added by user as suchIdo Schimmel1-0/+5
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+75
2019-01-18devlink: Add health diagnose commandEran Ben Elisha1-0/+51
2019-01-18devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-01-18devlink: Add health set commandEran Ben Elisha1-0/+36
2019-01-18devlink: Add health get commandEran Ben Elisha1-0/+152
2019-01-18devlink: Add health report functionalityEran Ben Elisha1-0/+93
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+127
2019-01-18devlink: Add health buffer supportEran Ben Elisha1-0/+501
2019-01-18net_sched: add hit counter for matchallCong Wang1-0/+24
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall3-0/+3
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi1-2/+2
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()Eric Dumazet2-4/+4
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2-9/+1
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-17net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang1-5/+4
2019-01-17af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel1-1/+2