summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario2017-11-181-2/+1
| * ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail2017-11-181-49/+55
| * rsi: fix memory leak on buf and usb_reg_bufColin Ian King2017-11-181-6/+6
| * nfp: remove false positive offloads in flower vxlanJohn Hurley2017-11-171-7/+25
| * nfp: register flower reprs for egress dev offloadJohn Hurley2017-11-175-1/+54
| * nfp: inherit the max_mtu from the PF netdevDirk van der Merwe2017-11-171-0/+2
| * nfp: fix vlan receive MAC statistics typoPieter Jansen van Vuuren2017-11-172-2/+2
| * nfp: fix flower offload metadata flag usagePieter Jansen van Vuuren2017-11-172-4/+6
| * virto_net: remove empty file 'virtio_net.'Joel Stanley2017-11-171-0/+0
| * fealnx: Fix building error on MIPSHuacai Chen2017-11-161-3/+3
| * net: ethernet: ti: cpsw: fix min eth packet sizeGrygorii Strashko2017-11-161-2/+2
| * hv_netvsc: preserve hw_features on mtu/channels/ringparam changesVitaly Kuznetsov2017-11-163-59/+83
| * qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1
| * genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-162-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1512-16/+12
|\ \ | |/ |/|
| * mm: remove __GFP_COLDMel Gorman2017-11-1512-17/+13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-152-5/+5
|\ \
| * \ Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4
| |\ \
| | * | net/mlx4_core: Convert timers to use timer_setup()Kees Cook2017-10-091-6/+4
| * | | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-183-318/+548
| |\ \ \
| | * | | RDMA/cxgb3: Annotate an RCU pointerBart Van Assche2017-10-141-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15783-14120/+47744
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | geneve: fix fill_info when link downHangbin Liu2017-11-151-14/+10
| * | | | net: cdc_ncm: GetNtbFormat endian fixBjørn Mork2017-11-151-2/+2
| * | | | usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner2017-11-151-9/+21
| * | | | net: stmmac: fix LPI transitioning for dwmac4Niklas Cassel2017-11-142-1/+25
| * | | | liquidio: Missing error code in liquidio_init_nic_module()Dan Carpenter2017-11-141-1/+2
| * | | | ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario2017-11-142-4/+176
| * | | | net: mvneta: fix handling of the Tx descriptor counterSimon Guinot2017-11-141-5/+8
| * | | | net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIsSalil Mehta2017-11-142-81/+43
| * | | | net: dsa: lan9303: correctly check return value of devm_gpiod_get_optionalPan Bian2017-11-141-1/+1
| * | | | net: phy: realtek: fix RTL8211F interrupt modeHeiner Kallweit2017-11-141-0/+2
| * | | | mlxsw: spectrum_router: Add batch neighbour deletionIdo Schimmel2017-11-141-3/+12