summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-151-0/+4
* ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-151-4/+4
* mlx4_en: remove unnecessary returned value checkZhu Yanjun2017-07-151-5/+3
* ioc3-eth: store pointer to net_device for priviate areaJason A. Donenfeld2017-07-151-9/+5
* Merge branch 'bgmac-stingray-soc'David S. Miller2017-07-154-36/+57
|\
| * Documentation: devicetree: net: optional idm regs for bgmacAbhishek Shah2017-07-151-0/+1
| * net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah2017-07-153-35/+55
| * net: ethernet: bgmac: Remove unnecessary 'return' from platform_bgmac_idm_writeAbhishek Shah2017-07-151-1/+1
|/
* sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* liquidio: fix possible eeprom format string overflowArnd Bergmann2017-07-141-1/+1
* vmxnet3: avoid format strint overflow warningArnd Bergmann2017-07-141-1/+1
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* bnx2x: fix format overflow warningArnd Bergmann2017-07-141-1/+2
* net: niu: fix format string overflow warning:Arnd Bergmann2017-07-141-2/+2
* isdn: divert: fix sprintf buffer overflow warningArnd Bergmann2017-07-141-12/+13
* net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi2017-07-141-4/+6
* smsc95xx: use ethtool_op_get_ts_info()Petr Kulhavy2017-07-141-0/+1
* net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
* net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-07-141-4/+2
* net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2017-07-142-2/+4
* cxgb4: ptp_clock_register() returns error pointersGanesh Goudar2017-07-141-1/+2
* net: hns: add acpi function of xge led controlLiuJian2017-07-142-3/+58
* netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
* cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso2017-07-143-0/+35
* mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl2017-07-141-2/+2
* net: set fib rule refcount after mallocDavid Ahern2017-07-131-2/+1
* netlink: correctly document nla_put_u64_64bit()Rolf Eike Beer2017-07-131-2/+2
* cxgb4: add new T5 pci device id'sGanesh Goudar2017-07-131-0/+2
* dccp: make const array error_code staticColin Ian King2017-07-131-1/+1
* rt2x00: make const array glrt_table staticColin Ian King2017-07-131-1/+1
* net: stmmac: make const array route_possibilities staticColin Ian King2017-07-131-1/+1
* net: broadcom: bnx2x: make a couple of const arrays staticColin Ian King2017-07-131-2/+2
* xgene: Don't fail probe, if there is no clk resource for SGMII interfacesThomas Bogendoerfer2017-07-131-10/+12
* bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-1238-101/+172
|\
| * net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin2017-07-121-7/+3
| * sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3
| * Merge branch 'net-doc-fixes'David S. Miller2017-07-122-3/+6
| |\
| | * datagram: fix kernel-doc commentsstephen hemminger2017-07-121-3/+3
| | * socket: add documentation for missing elementsstephen hemminger2017-07-121-0/+3
| |/
| * smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov2017-07-121-0/+5
| * brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-121-0/+5
| * net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
| * net: ipmr: ipmr_get_table() returns NULLDan Carpenter2017-07-121-2/+2
| * nfp: freeing the wrong variableDan Carpenter2017-07-121-1/+1
| * Merge branch 'mlxsw-spectrum-Various-fixes'David S. Miller2017-07-122-3/+10
| |\
| | * mlxsw: spectrum_switchdev: Check status of memory allocationIdo Schimmel2017-07-121-0/+6
| | * mlxsw: spectrum_switchdev: Remove unused variableIdo Schimmel2017-07-121-3/+0
| | * mlxsw: spectrum_router: Fix use-after-free in route replaceIdo Schimmel2017-07-121-0/+3
| | * mlxsw: spectrum_router: Add missing rollbackIdo Schimmel2017-07-121-0/+1
| |/