summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-054-1/+40
* device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-051-4/+57
* Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-055-1/+105
|\
| * net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen2017-11-043-0/+32
| * net/mlx5: Add MLX5_SET16 and MLX5_GET16Huy Nguyen2017-11-041-0/+17
| * net/mlx5: QCAM register firmware command supportHuy Nguyen2017-11-043-1/+55
| * net/dcb: Add dscp to priority selector typeHuy Nguyen2017-11-041-0/+1
* | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-052-2/+9
* | net: dsa: make tree index unsignedVivien Didelot2017-11-051-1/+1
* | net: dsa: make switch index unsignedVivien Didelot2017-11-051-1/+1
* | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-5/+0
* | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+10
* | bpf: report offload info to user spaceJakub Kicinski2017-11-052-0/+7
* | bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-054-0/+61
* | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-11/+12
* | rtnetlink: use netnsid to query interfaceJiri Benc2017-11-051-0/+1
* | openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-051-0/+2
|/
* ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-051-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042288-5/+2300
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-032-5/+9
| |\
| | * stmmac: use of_property_read_u32 instead of read_u8Bhadram Varka2017-11-031-4/+4
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+3
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| * | mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-031-0/+4
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-022287-0/+2287
| |\ \ | | |/ | |/|
| | * License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-02297-0/+297
| | * License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-02438-0/+438
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021552-0/+1552
* | | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-032-3/+38
* | | net: sched: introduce chain_head_change callbackJiri Pirko2017-11-032-9/+10
* | | ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2017-11-031-0/+1
* | | net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland2017-11-032-2/+1
* | | tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-031-0/+56
* | | ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-032-0/+44
* | | security: bpf: replace include of linux/bpf.h with forward declarationsJakub Kicinski2017-11-021-1/+4
* | | net: sched: remove ndo_setup_tc check from tc_can_offloadJiri Pirko2017-11-021-5/+1
* | | net: sched: remove unused tc_should_offload helperJiri Pirko2017-11-021-7/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-023-7/+5
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-012-4/+3
| |\ \
| | * | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-3/+3
| | * | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-1/+0
| * | | Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki2017-10-311-3/+2
| * | | Revert "PM / QoS: Fix default runtime_pm device resume latency"Rafael J. Wysocki2017-10-311-2/+1
| * | | PM / QoS: Fix default runtime_pm device resume latencyTero Kristo2017-10-301-1/+2
| |/ /
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-11-012-1/+4
|\ \ \
| * | | Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-0/+3
| * | | Bluetooth: increase timeout for le auto connectionsKonrad ZapaƂowicz2017-10-291-1/+1
* | | | net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland2017-11-011-0/+2
* | | | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-011-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-4/+4
|\ \ \ \