summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
* net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad2017-10-171-0/+1
* tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-162-18/+48
* rtnetlink: place link af dump into own helperFlorian Westphal2017-10-161-30/+42
* tcp: cdg: make struct tcp_cdg staticColin Ian King2017-10-161-1/+1
* net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2017-10-162-1/+2
* ipv6: only update __use and lastusetime once per jiffy at mostWei Wang2017-10-161-4/+4
* ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang2017-10-161-4/+7
* net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko2017-10-161-20/+35
* net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2017-10-161-2/+4
* net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko2017-10-163-4/+13
* net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko2017-10-161-8/+4Star
* net: sched: ematch: obtain net pointer from blocksJiri Pirko2017-10-161-1/+1
* net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-161-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-1614-19/+20
* mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2017-10-161-33/+46
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-151-9/+174
|\
| * mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar2017-10-131-9/+174
* | tcp: add a tracepoint for tcp retransmissionCong Wang2017-10-152-0/+4
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-151-0/+2
* | Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/sc...David S. Miller2017-10-155-19/+9Star
|\ \
| * | mac80211: don't track HT capability changesJohannes Berg2017-10-131-11/+3Star
| * | cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typoArnd Bergmann2017-10-131-1/+1
| * | cfg80211: don't print log output for building shipped-certsArnd Bergmann2017-10-131-2/+2
| * | cfg80211: remove set but never used variable cf_offsetJohannes Berg2017-10-121-3/+1Star
| * | mac80211: use crypto_aead_authsize()Johannes Berg2017-10-111-2/+2
* | | net: dsa: remove .set_addrVivien Didelot2017-10-152-12/+0Star
* | | icmp: don't fail on fragment reassembly time exceededMatteo Croce2017-10-141-3/+12
| |/ |/|
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-132-5/+136
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-131-13/+32
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-132-2/+9
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-135-17/+94
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-132-15/+74
* | tipc: introduce group multicast messagingJon Maloy2017-10-133-7/+74
* | tipc: introduce group anycast messagingJon Maloy2017-10-135-0/+138
* | tipc: introduce group unicast messagingJon Maloy2017-10-134-13/+150
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-134-22/+190
* | tipc: receive group membership events via member socketJon Maloy2017-10-134-33/+100
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-133-18/+39
* | tipc: introduce communication groupsJon Maloy2017-10-139-48/+734
* | tipc: improve destination linked listJon Maloy2017-10-134-67/+74
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-133-12/+19
* | tipc: refactor function filter_rcv()Jon Maloy2017-10-133-81/+89
* | tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-132-5/+22
* | tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-131-16/+15Star
* | tipc: add ability to order and receive topology events in driverJon Maloy2017-10-135-40/+124
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-131-28/+59
* | sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-131-18/+11Star
* | sched: act: ife: move encode/decode check to initAlexander Aring2017-10-131-11/+8Star