aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26net: dsa: use phy_ethtool_set_link_ksettingsVivien Didelot1-11/+1
2017-09-26net: dsa: use phy_ethtool_get_link_ksettingsVivien Didelot1-12/+1
2017-09-26net: dsa: use slave device phydevVivien Didelot2-64/+53
2017-09-26net: dsa: return -ENODEV is there is no slave PHYVivien Didelot1-15/+15
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann4-9/+102
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann5-13/+13
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-26ipv6: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-26datagram: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-9/+9
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2017-09-25sch_netem: faster rb tree removalEric Dumazet1-3/+4
2017-09-25net: dsa: add port enable and disable helpersVivien Didelot3-16/+37
2017-09-25net: dsa: make slave close symmetrical to openVivien Didelot1-5/+5
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Allen Pais1-6/+4
2017-09-25net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais1-9/+6
2017-09-25net: nfc: hci: use setup_timer() helper.Allen Pais1-3/+2
2017-09-25net: af_packet: use setup_timer() helper.Allen Pais1-3/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-135/+231
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-125/+206
2017-09-22Merge branch 'ieee802154-for-davem-2017-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-4/+10
2017-09-22net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan1-1/+1
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-1/+1
2017-09-22inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-22net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net:nfc: use setup_timerAllen Pais1-3/+2
2017-09-21bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctlVincent Bernat1-0/+3
2017-09-21net/smc: parameter cleanup in smc_cdc_get_free_slot()Ursula Braun3-8/+8
2017-09-21net/smc: no close wait in case of process shut downUrsula Braun1-7/+8
2017-09-21net/smc: introduce a delayUrsula Braun3-10/+16
2017-09-21net/smc: terminate link group if out-of-sync is receivedUrsula Braun3-11/+8
2017-09-21net/smc: longer delay for client link group removalUrsula Braun1-4/+12