summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern2017-10-044-7/+15
* net: Add extack to upper device linkingDavid Ahern2017-10-047-13/+19
* net: Add extack to ndo_add_slaveDavid Ahern2017-10-043-6/+10
* net: Add extack to netdev_notifier_infoDavid Ahern2017-10-041-32/+47
* dev: advertise the new nsid when the netns iface changesNicolas Dichtel2017-10-042-12/+30
* net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet2017-10-041-13/+16
* rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-042-15/+3
* rtnetlink: remove slave_validate callbackFlorian Westphal2017-10-041-6/+0
* net: core: fix kerneldoc commentFlorian Westphal2017-10-041-1/+1
* sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+205
* sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+351
* sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner2017-10-031-0/+77
* sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+75
* sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-035-35/+387
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-034-11/+42
* sctp: factor out stream->in allocationMarcelo Ricardo Leitner2017-10-031-8/+28
* sctp: factor out stream->out allocationMarcelo Ricardo Leitner2017-10-031-20/+32
* sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-10-031-1/+7
* net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-033-24/+58
* ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi2017-10-031-5/+32
* ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi2017-10-031-0/+11
* flow_dissector: dissect tunnel infoSimon Horman2017-10-022-25/+100
* ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan2017-10-013-28/+24
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-015-32/+63
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-014-9/+4
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-015-18/+20
* net: dsa: remove tag ops from the switch treeVivien Didelot2017-10-012-4/+0
* net: dsa: change dsa_ptr for a dsa_portVivien Didelot2017-10-015-16/+12
* net: dsa: prepare master receive hot pathVivien Didelot2017-10-012-0/+8
* net: dsa: add tagging ops to portVivien Didelot2017-10-014-3/+4
* net: dsa: use temporary dsa_device_ops variableVivien Didelot2017-10-012-6/+10
* net: dsa: use cpu_dp in master codeVivien Didelot2017-10-011-20/+22
* net: dsa: add master helper to look up slavesVivien Didelot2017-10-019-101/+39
* net_sched: remove redundant assignment to retColin Ian King2017-10-011-1/+0
* net: ipmr: make function ipmr_notifier_init staticColin Ian King2017-10-011-1/+1
* net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski2017-09-301-0/+12
* net: ipv6: send NS for DAD when link operationally upMike Manning2017-09-301-6/+6
* net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-291-3/+3
* net: ipv4: remove fib_weightDavid Ahern2017-09-291-9/+0
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-09-291-1/+1
* net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov2017-09-294-2/+41
* rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal2017-09-281-3/+7
* rtnetlink: add helpers to dump netnsid informationFlorian Westphal2017-09-281-11/+19
* rtnetlink: add helpers to dump vf informationFlorian Westphal2017-09-281-19/+31
* rtnetlink: add helper to put master and link ifindexesFlorian Westphal2017-09-281-5/+27
* net_sched: use idr to allocate u32 filter handlesCong Wang2017-09-281-41/+67
* net_sched: use idr to allocate basic filter handlesCong Wang2017-09-281-15/+22
* net_sched: use idr to allocate bpf filter handlesCong Wang2017-09-281-29/+28
* inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet2017-09-281-4/+7
* net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+12