aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18ipv4: timewait: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook3-13/+11
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook6-42/+46
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook5-5/+1
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook5-10/+14
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook3-27/+30
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook6-15/+25
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook5-20/+23
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook3-7/+7
2017-10-18xfrm: Convert timers to use timer_setup()Kees Cook1-9/+8
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook5-44/+36
2017-10-18net/lapb: Convert timers to use timer_setup()Kees Cook2-12/+10
2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook3-22/+5
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot5-25/+25
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot9-10/+10
2017-10-18net: dsa: add slave to master helperVivien Didelot2-22/+17
2017-10-18net: dsa: add slave to port helperVivien Didelot11-115/+115
2017-10-18net: dsa: add slave notify helperVivien Didelot1-12/+17
2017-10-18net: dsa: use port's cpu_dp when creating a slaveVivien Didelot1-5/+2
2017-10-18netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg1-10/+2
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+27
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-29/+111
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad1-0/+1
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal2-18/+48
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal1-30/+42
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-10-16net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang1-4/+4
2017-10-16ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang1-4/+7
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko1-20/+35
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-2/+4
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko3-4/+13
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko1-8/+4
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko1-1/+1
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko14-19/+20
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck1-33/+46
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-9/+174
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang2-0/+4
2017-10-14net_sched: fix a compile warning in act_ifeCong Wang1-0/+2
2017-10-14Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-19/+9
2017-10-14net: dsa: remove .set_addrVivien Didelot2-12/+0
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar1-9/+174
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy2-5/+136
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy1-13/+32
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy2-2/+9
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy5-17/+94
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2-15/+74