aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet1-13/+16
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2-15/+3
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal1-6/+0
2017-10-04net: core: fix kerneldoc commentFlorian Westphal1-1/+1
2017-10-03sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner3-1/+205
2017-10-03sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner3-1/+351
2017-10-03sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner1-0/+77
2017-10-03sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner1-0/+75
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner5-35/+387
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner4-11/+42
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner1-8/+28
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner1-20/+32
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal3-24/+58
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi1-5/+32
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi1-0/+11
2017-10-02flow_dissector: dissect tunnel infoSimon Horman2-25/+100
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan3-28/+24
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan5-32/+63
2017-10-01ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan4-9/+4
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan5-18/+20
2017-10-01net: dsa: remove tag ops from the switch treeVivien Didelot2-4/+0
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot5-16/+12
2017-10-01net: dsa: prepare master receive hot pathVivien Didelot2-0/+8
2017-10-01net: dsa: add tagging ops to portVivien Didelot4-3/+4
2017-10-01net: dsa: use temporary dsa_device_ops variableVivien Didelot2-6/+10
2017-10-01net: dsa: use cpu_dp in master codeVivien Didelot1-20/+22
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot9-101/+39
2017-10-01net_sched: remove redundant assignment to retColin Ian King1-1/+0
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King1-1/+1
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski1-0/+12
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-9/+0
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov4-2/+41
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal1-3/+7
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal1-11/+19
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal1-19/+31
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal1-5/+27
2017-09-28net_sched: use idr to allocate u32 filter handlesCong Wang1-41/+67
2017-09-28net_sched: use idr to allocate basic filter handlesCong Wang1-15/+22
2017-09-28net_sched: use idr to allocate bpf filter handlesCong Wang1-29/+28
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet1-4/+7
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+12
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+3
2017-09-27ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi1-0/+53
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-2/+135
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-3/+5
2017-09-26net: dsa: use phy_ethtool_nway_resetVivien Didelot1-9/+1