aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-3/+53
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni1-6/+6
2017-10-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-171/+241
2017-10-21ipv4: ipv4_default_advmss() should use route mtuEric Dumazet1-1/+1
2017-10-21Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-3/+3
2017-10-21tcp: fix tcp_send_syn_data()Eric Dumazet1-0/+1
2017-10-21ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni1-1/+11
2017-10-21ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni1-1/+3
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-1/+1
2017-10-20net: ipv4: Change fib notifiers to take a fib_aliasDavid Ahern1-24/+15
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng4-17/+76
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern2-13/+17
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern2-11/+19
2017-10-20ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern1-44/+60
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz1-0/+1
2017-10-20Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller4-28/+121
2017-10-20net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann1-1/+1
2017-10-20tipc: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2017-10-19net: l2tp: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-19mqprio: fix potential null pointer dereference on optColin Ian King1-1/+2
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+16
2017-10-18Merge remote-tracking branch 'net-next/master'Stefan Schmidt308-4064/+9976
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet1-6/+3
2017-10-18bpf: allow access to skb->len from offloadsJakub Kicinski1-0/+2
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski1-0/+40
2017-10-18bpf: split verifier and program opsJakub Kicinski1-9/+36
2017-10-18net: ipx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva10-6/+19
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva7-3/+11
2017-10-18decnet: af_decnet: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook4-15/+13
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