aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-28sfc: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-28net: ena: remove ndo_poll_controllerEric Dumazet1-22/+0
2018-09-28qlogic: netxen: remove ndo_poll_controllerEric Dumazet1-23/+0
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-09-28virtio_net: remove ndo_poll_controllerEric Dumazet1-14/+0
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-28ehea: remove ndo_poll_controllerEric Dumazet1-14/+0
2018-09-28hinic: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-09-28netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet1-19/+1
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller11-54/+103
2018-09-28qed: Fix shmem structure inconsistency between driver and the mfw.Sudarsana Reddy Kalluru1-0/+1
2018-09-28Update maintainers for bnx2/bnx2x/qlge/qlcnic drivers.Sudarsana Reddy Kalluru1-3/+2
2018-09-28MAINTAINERS: change bridge maintainersStephen Hemminger1-1/+2
2018-09-28Merge branch 's390-qeth-fixes'David S. Miller3-20/+19
2018-09-28s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare3-17/+19
2018-09-28s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang1-5/+2
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner1-2/+2
2018-09-28netfilter: avoid erronous array bounds warningFlorian Westphal1-0/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo1-14/+14
2018-09-28rxrpc: Fix error distributionDavid Howells7-64/+16
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells1-10/+13
2018-09-28rxrpc: Make service call handling more robustDavid Howells5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells4-18/+26
2018-09-28rxrpc: Fix RTT gatheringDavid Howells3-15/+33
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells3-9/+15
2018-09-27iwlwifi: 1000: set the TFD queue sizePavel Machek1-0/+1
2018-09-27ieee802154: mcr20a: Replace magic number with constantsXue Liu1-4/+4
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells1-3/+0
2018-09-27ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang1-2/+1
2018-09-27nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-5/+14
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski2-3/+5
2018-09-26bnxt_en: Fix TX timeout during netpoll.Michael Chan1-3/+10
2018-09-26vxlan: fill ttl inherit infoHangbin Liu1-0/+3
2018-09-26net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn1-2/+5
2018-09-26qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor1-2/+2
2018-09-26qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor1-1/+0
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar2-32/+18
2018-09-26bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-09-26qed: Avoid implicit enum conversion in qed_roce_mode_to_flavorNathan Chancellor1-11/+4
2018-09-26qed: Fix mask parameter in qed_vf_prep_tunn_req_tlvNathan Chancellor1-2/+2
2018-09-26qed: Avoid implicit enum conversion in qed_set_tunn_cls_infoNathan Chancellor1-1/+1
2018-09-26wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized"Colin Ian King1-1/+1
2018-09-26qed: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-1/+1
2018-09-26Merge branch 'net-phy-fix-WoL-handling-when-suspending-the-PHY'David S. Miller3-4/+20
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-3/+9
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit2-1/+11
2018-09-26Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller1-26/+16
2018-09-26net: phy: fix WoL handling when suspending the PHYHeiner Kallweit1-16/+26
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0