summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-05phylink: convert to fwnodeRussell King2-39/+55
2017-12-05sfp: convert to fwnodeRussell King3-11/+13
2017-12-05sfp: fix sparse warningRussell King1-1/+1
2017-12-05sfp: add documentation for kernel APIsRussell King3-14/+152
2017-12-05phylink: add documentation for kernel APIsRussell King3-48/+329
2017-12-05phylink: restart 802.3z negotiation when starting net deviceRussell King1-0/+6
2017-12-05phylink: remove phylink_init_eee()Russell King2-14/+0
2017-12-05phylink: add support for 2500baseX and 10GbaseKRRussell King1-0/+2
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King2-37/+21
2017-12-05phylink: merge SGMII and 802.3z handlingRussell King1-7/+9
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King2-2/+15
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal1-2/+3
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller441-2011/+3239
2017-12-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-3/+5
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-187/+397
2017-12-04arch/tile: mark as orphanedChris Metcalf1-3/+1
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal5-13/+27
2017-12-04Merge tag 'linux-can-next-for-4.16-20171201' of git://git.kernel.org/pub/scm/...David S. Miller16-171/+258
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller31-443/+2362
2017-12-04Merge branch 'rtnetlink-rework-handler-registration'David S. Miller14-160/+282
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal6-55/+61
2017-12-04net: use rtnl_register_module where neededFlorian Westphal8-32/+55
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal2-35/+80
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal1-53/+101
2017-12-04net: phy: broadcom: re-add mistakenly removed config settingsHeiner Kallweit1-0/+3
2017-12-04Merge branch 'ipv6-gre-collect_md'David S. Miller5-13/+210
2017-12-04samples/bpf: extend test_tunnel_bpf.sh with ip6greWilliam Tu2-0/+108
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu1-2/+3
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2-11/+99
2017-12-04net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit1-13/+6
2017-12-04net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit2-25/+2
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-21/+77
2017-12-03Merge branch 'tcp-cb-selinux-corruption'David S. Miller3-25/+47
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern1-2/+1
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-03Linux 4.15-rc2v4.15-rc2Linus Torvalds1-1/+1
2017-12-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2017-12-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+23
2017-12-03Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+37
2017-12-03Merge branch 'tcp-2nd-listener-hash'David S. Miller9-52/+301
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau1-0/+3
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau4-15/+249
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau4-38/+42
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2-2/+10
2017-12-03enic: add sw timestamp supportGovindarajulu Varadarajan2-0/+13
2017-12-03Merge branch 'hv_netvsc-minor-optimizations'David S. Miller6-108/+73
2017-12-03vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2-22/+23
2017-12-03hv_netvsc: optimize initialization of RNDIS headerStephen Hemminger1-31/+26
2017-12-03hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger4-26/+21
2017-12-03hv_netvsc: replace divide with mask when computing paddingStephen Hemminger1-1/+2