summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+8
* net/rose: Convert timers to use timer_setup()Kees Cook2017-10-185-44/+36
* net/lapb: Convert timers to use timer_setup()Kees Cook2017-10-182-12/+10
* net/decnet: Convert timers to use timer_setup()Kees Cook2017-10-183-22/+5
* net: dsa: split dsa_port's netdev memberVivien Didelot2017-10-185-25/+25
* net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-189-10/+10
* net: dsa: add slave to master helperVivien Didelot2017-10-182-22/+17
* net: dsa: add slave to port helperVivien Didelot2017-10-1811-115/+115
* net: dsa: add slave notify helperVivien Didelot2017-10-181-12/+17
* net: dsa: use port's cpu_dp when creating a slaveVivien Didelot2017-10-181-5/+2
* netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg2017-10-181-10/+2
* bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-0/+27
* bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-181-29/+111
* 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/+4
* 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-141-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-142-0/+4
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-141-0/+2
* | Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/sc...David S. Miller2017-10-145-19/+9
|\ \
| * | mac80211: don't track HT capability changesJohannes Berg2017-10-131-11/+3
| * | 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/+1
| * | mac80211: use crypto_aead_authsize()Johannes Berg2017-10-111-2/+2
* | | net: dsa: remove .set_addrVivien Didelot2017-10-142-12/+0
* | | 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
OpenPOWER on IntegriCloud