summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-29Merge branch 'net-fix-sw-timestamping'David S. Miller
2017-06-29net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestampingIvan Khoronzhuk
2017-06-29net: ethernet: ti: cpsw: fix sw timestamping for non PTP packetsIvan Khoronzhuk
2017-06-29net: ethernet: ti: cpsw: move skb timestamp to packet_submitIvan Khoronzhuk
2017-06-29cavium: thunder: Remove duplicate "netdev->name" logging outputJoe Perches
2017-06-29net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"Colin Ian King
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King
2017-06-29arm: sun8i: orangepi-2: use internal phy-modeLABBE Corentin
2017-06-29arm: sun8i: nanopi-neo: use internal phy-modeLABBE Corentin
2017-06-29arm: sun8i: orangepi-one: use internal phy-modeLABBE Corentin
2017-06-29arm: sun8i: orangepi-zero: use internal phy-modeLABBE Corentin
2017-06-29arm: sun8i: orangepipc: use internal phy-modeLABBE Corentin
2017-06-29net: stmmac: support future possible different internal phy modeLABBE Corentin
2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore
2017-06-27Merge branch 'nfp-get_phys_port_name-for-representors-and-SR-IOV-reorder'David S. Miller
2017-06-27nfp: flower: add Kconfig for flower appJakub Kicinski
2017-06-27nfp: allocate a private workqueue for driver workJakub Kicinski
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski
2017-06-27nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski
2017-06-27nfp: wire get_phys_port_name on representorsJakub Kicinski
2017-06-27nfp: allow converting representor's netdev into nfp_portJakub Kicinski
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski
2017-06-27nfp: make the representor get stats app-independentJakub Kicinski
2017-06-27nfp: spawn nfp_ports for PF and VF portsJakub Kicinski
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski
2017-06-27nfp: explicitly check if application FW is loadedJakub Kicinski
2017-06-27Merge branch 'udp-ipv6-use-scratch-helpers'David S. Miller
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer
2017-06-27net: remove policy-routing.txt documentationVincent Bernat
2017-06-26net/mlx4: fix spelling mistake: "coalesing" -> "coalescing"Colin Ian King
2017-06-26Merge branch 'net-add-netlink_ext_ack-support-to-rtnl_link_ops'David S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25net: macb: add fixed-link node supportMichael Grzeschik
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-25Merge branch 'sctp-RFC-4960-Errata-fixes'David S. Miller
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval