summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2554-255/+223
|\
| * treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-214-14/+14
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-213-13/+14
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2145-202/+176
| * treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-10/+5
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
| * drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-211-19/+17
* | ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng2017-11-241-1/+19
* | ipvlan: Fix insufficient skb linear check for arpGao Feng2017-11-241-8/+8
* | geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu2017-11-241-1/+15
* | Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller2017-11-2410-90/+335
|\ \
| * | wcn36xx: fix iris child-node lookupJohan Hovold2017-11-201-1/+1
| * | ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan2017-11-201-13/+38
| * | Merge tag 'iwlwifi-for-kalle-2017-11-19' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-11-208-76/+296
| |\ \
| | * | iwlwifi: fix firmware names for 9000 and A000 series hwThomas Backlund2017-11-162-8/+8
| | * | iwlwifi: fix PCI IDs and configuration mapping for 9000 seriesLuca Coelho2017-11-163-34/+170
| | * | iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW commandLuca Coelho2017-11-154-34/+118
* | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-2416-120/+154
|\ \ \ \
| * | | | i40evf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | | | fm10k: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | | | igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | | | igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | | | ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
| * | | | i40e: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-212-2/+2
| * | | | ixgbe: Fix skb list corruption on Power systemsBrian King2017-11-211-1/+1
| * | | | i40e: restore promiscuous after resetAlan Brady2017-11-211-72/+83
| * | | | i40evf: fix client notify of l2 paramsAlan Brady2017-11-212-17/+31
| * | | | i40e: Fix FLR reset timeout issueFilip Sadowski2017-11-211-0/+7
| * | | | i40e: Remove limit of 64 max queues per channelAmritha Nambiar2017-11-212-9/+0
| * | | | i40e: fix the calculation of VFs mac addressesZijie Pan2017-11-211-10/+11
| * | | | i40e: Fix for NUP NVM image downgrade failureJacob Keller2017-11-214-4/+14
| | |_|/ | |/| |
* | | | net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli2017-11-241-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-241-2/+8
|\ \ \ \
| * | | | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-2/+8
| | |/ / | |/| |
* | | | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-1/+3
* | | | net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi2017-11-241-16/+22
* | | | net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-11-241-0/+4
| |/ / |/| |
* | | Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-211-1/+4
|\ \ \
| * | | mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings2017-11-201-1/+4
| |/ /
* | | nfp: flower: add missing kdocJakub Kicinski2017-11-211-0/+1
* | | net: qmi_wwan: add Quectel BG96 2c7c:0296Sebastian Sjoholm2017-11-211-0/+1
* | | mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2017-11-212-2/+8
|/ /
* | net: vxge: Fix some indentation issuesChristophe JAILLET2017-11-201-19/+18
* | net: ena: fix race condition between device reset and link up setupNetanel Belgazal2017-11-202-3/+11
* | r8169: use same RTL8111EVL green settings as in vendor driverHeiner Kallweit2017-11-191-0/+5
* | r8169: fix RTL8111EVL EEE and green settingsHeiner Kallweit2017-11-191-6/+6
* | tun: fix rcu_read_lock imbalance in tun_build_skbXin Long2017-11-191-1/+2
* | usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva2017-11-191-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-1721-140/+242
|\ \
| * | net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-11-181-2/+1