summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-161-1/+4
* ipv6: only update __use and lastusetime once per jiffy at mostWei Wang2017-10-161-7/+8
* net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2017-10-161-3/+0
* net: sched: teach tcf_bind/unbind_filter to use block->qJiri Pirko2017-10-161-10/+17
* net: sched: introduce tcf_block_q and tcf_block_dev helpersJiri Pirko2017-10-161-0/+21
* net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-162-0/+8
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-162-2/+3
* mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2017-10-161-0/+1
* Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-161-0/+24
|\
| * net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-141-0/+24
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-143-2/+43
|\ \
| * | i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-131-2/+2
| * | mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar2017-10-132-0/+41
* | | tcp: add a tracepoint for tcp retransmissionCong Wang2017-10-141-0/+68
* | | net: dsa: remove .set_addrVivien Didelot2017-10-141-1/+0
|/ /
* | tipc: receive group membership events via member socketJon Maloy2017-10-131-0/+1
* | tipc: introduce communication groupsJon Maloy2017-10-131-0/+14
* | net: phy: broadcom: support new device flag for setting master modeRafał Miłecki2017-10-121-0/+1
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-121-2/+8
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-121-1/+1
* | sched: tc_mirred: Remove whitespacesFlorian Fainelli2017-10-121-3/+3
* | net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli2017-10-121-0/+5
* | net: dsa: Add support for DSA specific notifiersFlorian Fainelli2017-10-121-0/+45
* | tcp: remove obsolete helpersEric Dumazet2017-10-121-17/+0
* | net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko2017-10-111-3/+0
* | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-111-2/+3
* | net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-112-0/+36
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-112-2/+2
* | net: qrtr: Add control packet definition to uapiBjorn Andersson2017-10-111-0/+32
* | net: qrtr: Move constants to header fileBjorn Andersson2017-10-111-0/+3
* | tcp: fix tcp_unlink_write_queue()Eric Dumazet2017-10-111-0/+1
* | Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc...David S. Miller2017-10-116-47/+163
|\ \
| * | cfg80211: support reloading regulatory databaseJohannes Berg2017-10-111-0/+4
| * | fq: support filtering a given tinJohannes Berg2017-10-112-10/+69
| * | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-10-0687-386/+1653
| |\ \
| * | | cfg80211/nl80211: add a port authorized eventAvraham Stern2017-10-022-15/+34
| * | | ieee80211: Add WFA TPC report element OUI typeAvraham Stern2017-10-021-0/+1
| * | | nl80211: add an option to allow MFP without requiring itEmmanuel Grumbach2017-09-211-2/+11
| * | | cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg2017-09-211-13/+0
| * | | mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho2017-09-211-1/+7
| * | | nl80211: add OCE scan and capability flagsRoee Zamir2017-09-211-4/+33
| * | | mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman2017-09-211-2/+4
* | | | openvswitch: add ct_clear actionEric Garver2017-10-101-0/+2
* | | | bpf: write back the verifier log buffer as it gets filledJakub Kicinski2017-10-101-1/+3
* | | | bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski2017-10-101-0/+1
* | | | bpf: move global verifier log into verifier environmentJakub Kicinski2017-10-101-0/+2
* | | | bpf: encapsulate verifier log state into a structureJakub Kicinski2017-10-101-0/+13
* | | | openvswitch: Add erspan tunnel support.William Tu2017-10-091-0/+1
* | | | once: switch to new jump label APIEric Biggers2017-10-091-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-099-66/+77
|\ \ \ \