summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+3
* ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
* ipmr: Add FIB notification access functionsYotam Gigi2017-09-271-2/+135
* ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-3/+5
* net: dsa: use phy_ethtool_nway_resetVivien Didelot2017-09-261-9/+1
* net: dsa: use phy_ethtool_set_link_ksettingsVivien Didelot2017-09-261-11/+1
* net: dsa: use phy_ethtool_get_link_ksettingsVivien Didelot2017-09-261-12/+1
* net: dsa: use slave device phydevVivien Didelot2017-09-262-64/+53
* net: dsa: return -ENODEV is there is no slave PHYVivien Didelot2017-09-261-15/+15
* bpf: add meta pointer for direct accessDaniel Borkmann2017-09-264-9/+102
* bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-265-13/+13
* kcm: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* ipv6: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* datagram: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-251-9/+9
* net: speed up skb_rbtree_purge()Eric Dumazet2017-09-251-4/+7
* sch_netem: faster rb tree removalEric Dumazet2017-09-251-3/+4
* net: dsa: add port enable and disable helpersVivien Didelot2017-09-253-16/+37
* net: dsa: make slave close symmetrical to openVivien Didelot2017-09-251-5/+5
* net: nfc: llcp_core: use setup_timer() helper.Allen Pais2017-09-251-6/+4
* net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais2017-09-251-9/+6
* net: nfc: hci: use setup_timer() helper.Allen Pais2017-09-251-3/+2
* net: af_packet: use setup_timer() helper.Allen Pais2017-09-251-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-2330-135/+231
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-2329-125/+206
| |\
| | * inet: fix improper empty comparisonJosef Bacik2017-09-221-1/+1
| | * net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-221-1/+1
| | * net: set tb->fast_sk_familyJosef Bacik2017-09-221-0/+2
| | * net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-221-2/+6
| | * net/smc: no close wait in case of process shut downUrsula Braun2017-09-211-7/+8
| | * net/smc: introduce a delayUrsula Braun2017-09-213-10/+16
| | * net/smc: terminate link group if out-of-sync is receivedUrsula Braun2017-09-213-11/+8
| | * net/smc: longer delay for client link group removalUrsula Braun2017-09-211-4/+12
| | * net/smc: adapt send request completion notificationUrsula Braun2017-09-211-1/+1
| | * net/smc: adjust net_device refcountUrsula Braun2017-09-211-1/+3
| | * net/smc: take RCU read lock for routing cache lookupUrsula Braun2017-09-211-3/+7
| | * net/smc: add receive timeout checkHans Wippel2017-09-211-0/+2
| | * net/smc: add missing dev_putHans Wippel2017-09-211-0/+1
| | * net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-211-0/+2
| | * net_sched: remove cls_flower idr on failureCong Wang2017-09-211-6/+9