aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-04arch/tile: mark as orphanedChris Metcalf1-3/+1
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal5-13/+27
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-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-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-rc2Linus Torvalds1-1/+1
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-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
2017-12-03hv_netvsc: don't need local xmit_moreStephen Hemminger1-2/+1
2017-12-03hv_netvsc: drop unused macrosStephen Hemminger1-26/+0
2017-12-03rxrpc: Fix the MAINTAINERS recordDavid Howells1-3/+15
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells1-2/+3
2017-12-03liquidio: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-12-03stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng1-16/+17
2017-12-03ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng1-0/+1
2017-12-03net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl1-30/+53
2017-12-03net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl1-13/+14
2017-12-03net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl1-2/+5
2017-12-03net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl1-2/+2
2017-12-03net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl1-5/+6
2017-12-02s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-02s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-02tap: free skb if flags errorWei Xu1-4/+10
2017-12-02tun: free skb in early errorsWei Xu1-6/+18