aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-4/+0
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+2
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko1-13/+0
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadJiri Pirko1-2/+0
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko1-2/+2
2017-10-21net: sched: introduce per-block callbacksJiri Pirko2-0/+82
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko1-0/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-0/+40
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng2-2/+5
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-0/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-0/+5
2017-10-20Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller1-2/+5
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook2-8/+0
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot1-0/+5
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot1-1/+8
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells1-0/+2
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells1-2/+3
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang1-7/+8
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-3/+0
2017-10-16net: sched: teach tcf_bind/unbind_filter to use block->qJiri Pirko1-10/+17
2017-10-16net: sched: introduce tcf_block_q and tcf_block_dev helpersJiri Pirko1-0/+21
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2-0/+8
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko2-2/+3
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+9
2017-10-14net: dsa: remove .set_addrVivien Didelot1-1/+0
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar1-0/+9
2017-10-12sched: act: ife: update parameters via rcu handlingAlexander Aring1-2/+8
2017-10-12net sched actions: change IFE modules alias namesRoman Mashak1-1/+1
2017-10-12net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli1-0/+5
2017-10-12net: dsa: Add support for DSA specific notifiersFlorian Fainelli1-0/+45
2017-10-12tcp: remove obsolete helpersEric Dumazet1-17/+0
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko1-3/+0
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko1-2/+3
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko2-0/+36
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2-2/+2
2017-10-11tcp: fix tcp_unlink_write_queue()Eric Dumazet1-0/+1
2017-10-11Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller4-30/+97
2017-10-11fq: support filtering a given tinJohannes Berg2-10/+69
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski1-0/+1
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi1-0/+1
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang1-2/+4
2017-10-07ipv6: take care of rt6_statsWei Wang1-6/+9