summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman3-7/+11
2017-12-05tun: add eBPF based queue selection methodJason Wang2-23/+123
2017-12-05Merge branch 'hns3-reset-refactor'David S. Miller2-68/+166
2017-12-05net: hns3: Refactors the requested reset & pending reset handling codeSalil Mehta2-36/+65
2017-12-05net: hns3: Add reset service task for handling reset requestsSalil Mehta2-11/+34
2017-12-05net: hns3: Refactor of the reset interrupt handling logicSalil Mehta2-32/+78
2017-12-05net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2017-12-05Merge branch 'SFP-phylink-updates'David S. Miller6-161/+591
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