aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko1-1/+1
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko1-19/+2
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko1-7/+6
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko1-24/+18
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko1-20/+0
2019-03-19enc28j60: Use device_get_mac_address()Andy Shevchenko1-4/+3
2019-03-19igc: Extend the ethtool supportingSasha Neftin5-3/+814
2019-03-19igc: Add multiple receive queues control supportingSasha Neftin4-0/+73
2019-03-19e1000e: Disable runtime PM on CNP+Kai-Heng Feng1-1/+1
2019-03-19igb: fix various indentation issuesColin Ian King1-2/+2
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra4-0/+19
2019-03-19net: macb: simplify getting .driver_dataWolfram Sang1-4/+2
2019-03-19igb: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+3
2019-03-19intel: correct return from set features callbackSerhey Popovych5-5/+5
2019-03-19net: pasemi: Make pasemi_mac_init_module staticYueHaibing1-1/+1
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault3-15/+17
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing1-4/+4
2019-03-19net: hns3: Make hclgevf_update_link_mode staticYueHaibing1-1/+1
2019-03-19ibmveth: Make array ibmveth_stats staticYueHaibing1-1/+1
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet1-18/+26
2019-03-19ibmvnic: Report actual backing device speed and duplex valuesMurilo Fossa Vicentini2-17/+94
2019-03-19tipc: smooth change between replicast and broadcastHoang Le4-1/+184
2019-03-19tipc: introduce new capability flag for clusterHoang Le4-2/+27
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le5-5/+120
2019-03-18virtio_net: remove hcpu from virtnet_clean_affinityPeter Xu1-4/+4
2019-03-18Documentation: networking: Update netdev-FAQ regarding patchesFlorian Fainelli1-0/+13
2019-03-18Merge branch 's390-qeth-fixes'David S. Miller3-9/+11
2019-03-18s390/qeth: be drop monitor friendlyJulian Wiedmann3-5/+6
2019-03-18s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
2019-03-18s390/qeth: don't erase configuration while probingJulian Wiedmann2-3/+2
2019-03-18mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-03-18Merge branch 'sctp-fix-ignoring-asoc_id-for-tcp-style-sockets-on-some-setsockopts'David S. Miller1-0/+39
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM sockoptMarcelo Ricardo Leitner1-0/+3
2019-03-18sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long1-2/+1
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-03-18af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi1-1/+2
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier2-1/+7
2019-03-18vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu1-3/+1