aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn2-7/+5
2019-01-25net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-189/+71
2019-01-25net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-171/+62
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2-262/+320
2019-01-25net: Revert devlink health changes.David S. Miller1-1058/+0
2019-01-24bridge: remove duplicated include from br_multicast.cYueHaibing1-1/+0
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang1-3/+0
2019-01-24tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha1-1/+121
2019-01-24tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha1-21/+39
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva2-3/+3
2019-01-22devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor1-1/+1
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing1-0/+3
2019-01-22bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2-1/+59
2019-01-22bridge: join all-snoopers multicast addressLinus Lüssing2-1/+73
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2-61/+52
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing4-70/+38
2019-01-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+1
2019-01-22net/tls: free ctx in sock destructAtul Gupta1-2/+17
2019-01-22net/tls: build_protos moved to common routineAtul Gupta1-22/+32
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang3-23/+43
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