summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
* tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0
* tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
* tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
* tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1
* openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36
* 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-1338-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