summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto2018-08-111-3/+4
* tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-101-0/+5
|\
| * Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+3
| * Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itMarcel Holtmann2018-08-061-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-106-23/+40
|\ \
| * | netfilter: nfnetlink_osf: add missing enum in nfnetlink_osf uapi headerFernando Fernandez Mancera2018-08-083-12/+13
| * | netfilter: nft_ct: add ct timeout supportHarsha Sharma2018-08-071-1/+13
| * | netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4protoPablo Neira Ayuso2018-08-071-2/+0
| * | netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-071-9/+13
| * | netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-071-0/+1
| * | netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera2018-08-071-0/+1
| |/
* | net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPSKrzysztof Kozlowski2018-08-101-0/+7
* | net: skbuff.h: fix using plain integer as NULL warningYueHaibing2018-08-091-1/+1
* | qed/qede: Multi CoS support.Manish Chopra2018-08-091-0/+6
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-092-2/+7
|\ \
| * | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-0/+5
| * | vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-2/+2
* | | net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu2018-08-091-0/+1
* | | phylink: add helper for configuring 2500BaseX modesRussell King2018-08-091-0/+1
* | | net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen2018-08-081-2/+0
* | | net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-082-5/+5
* | | net/mlx5: Use max_num_eqs for calculation of required MSIX vectorsDenis Drozdov2018-08-081-1/+4
* | | net: phy: Add support for Broadcom Omega internal Combo GPHYArun Parameswaran2018-08-071-0/+1
* | | net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren2018-08-071-0/+26
* | | flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-0/+17
* | | ethtool: Add WAKE_FILTER and RX_CLS_FLOW_WAKEFlorian Fainelli2018-08-071-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-075-8/+119
|\ \ \
| * | | bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-032-1/+22
| * | | bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-0/+1
| * | | bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-031-6/+13
| * | | bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin2018-08-031-0/+1
| * | | bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin2018-08-031-0/+15
| * | | bpf: introduce cgroup storage mapsRoman Gushchin2018-08-034-0/+48
| * | | bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-0/+2
| * | | bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+14
| * | | bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-1/+3
* | | | Merge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/sc...David S. Miller2018-08-061-0/+1
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'net-next/master'Stefan Schmidt2018-08-06132-603/+1938
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ieee802154: add rx LQI from userspaceRomuald CARI2018-07-131-0/+1
* | | | | vhost: switch to use new message formatJason Wang2018-08-061-0/+18
| |/ / / |/| | |
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-054-38/+308
|\ \ \ \
| * | | | Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-0/+9
| * | | | Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-302-0/+10
| * | | | Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-301-0/+8
| * | | | Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-302-0/+10
| * | | | Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+2
| * | | | Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-0/+22
| * | | | Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-302-0/+40
| * | | | Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-302-0/+11