summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-10-204-28/+121
|\
| * rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-26/+81
| * rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells2017-10-182-0/+32
| * rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-182-2/+8
* | net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann2017-10-201-1/+1
* | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-201-1/+1
* | net: l2tp: mark expected switch fall-throughGustavo A. R. Silva2017-10-191-1/+1
* | mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-191-0/+16
|\ \
| * | ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
| |/
* | tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet2017-10-181-6/+3Star
* | bpf: allow access to skb->len from offloadsJakub Kicinski2017-10-181-0/+2
* | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-0/+40
* | bpf: split verifier and program opsJakub Kicinski2017-10-181-9/+36
* | net: ipx: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* | ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-1810-6/+19
* | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-187-3/+11
* | decnet: af_decnet: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+3
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-184-15/+13Star
* | ipv4: timewait: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3Star
* | net: atm: Convert timers to use timer_setup()Kees Cook2017-10-183-13/+11Star
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-186-42/+46
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-185-5/+1Star
* | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-185-10/+14
* | inet/connection_sock: Convert timers to use timer_setup()Kees Cook2017-10-183-27/+30
* | netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-186-15/+25
* | net: sched: Convert timers to use timer_setup()Kees Cook2017-10-185-20/+23
* | net: can: Convert timers to use timer_setup()Kees Cook2017-10-183-7/+7
* | xfrm: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+8Star
* | net/rose: Convert timers to use timer_setup()Kees Cook2017-10-185-44/+36Star
* | net/lapb: Convert timers to use timer_setup()Kees Cook2017-10-182-12/+10Star
* | net/decnet: Convert timers to use timer_setup()Kees Cook2017-10-183-22/+5Star
* | 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/+17Star
* | 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/+2Star
* | netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg2017-10-181-10/+2Star
* | 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