summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | mlxsw: spectrum: Move mlxsw_sp_ipip_netdev_{s, d}addr{, 4}()Petr Machata2017-11-044-60/+57Star
| * | | | | | | | | | | | | | | | | mlxsw: spectrum_router: Extract mlxsw_sp_netdevice_ipip_can_offload()Petr Machata2017-11-041-5/+15
| * | | | | | | | | | | | | | | | | mlxsw: spectrum: Rename IPIP-related netdevice handlersPetr Machata2017-11-043-30/+32
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'net-mini_Qdisc'David S. Miller2017-11-037-60/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-035-18/+109
| * | | | | | | | | | | | | | | | | net: sched: introduce chain_head_change callbackJiri Pirko2017-11-034-47/+62
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'hns3-ethtool-ksettings'David S. Miller2017-11-032-22/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | net: hns3: fix a bug for phy supported feature initializationFuyun Liang2017-11-031-0/+10
| * | | | | | | | | | | | | | | | | net: hns3: add support for nway_resetFuyun Liang2017-11-031-0/+18
| * | | | | | | | | | | | | | | | | net: hns3: add support for set_link_ksettingsFuyun Liang2017-11-031-0/+11
| * | | | | | | | | | | | | | | | | net: hns3: fix a bug in hns3_driv_to_eth_capsFuyun Liang2017-11-031-7/+2Star
| * | | | | | | | | | | | | | | | | net: hns3: fix for getting advertised_caps in hns3_get_link_ksettingsFuyun Liang2017-11-031-0/+3
| * | | | | | | | | | | | | | | | | net: hns3: fix for getting autoneg in hns3_get_link_ksettingsFuyun Liang2017-11-031-15/+15
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'bnxt_en-next'David S. Miller2017-11-032-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | bnxt_en: Fix IRQ coalescing regression.Michael Chan2017-11-031-1/+5
| * | | | | | | | | | | | | | | | | bnxt_en: fix typo in bnxt_set_coalesceAndy Gospodarek2017-11-031-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | net_sched: check NULL in tcf_block_put()Cong Wang2017-11-031-3/+2Star
* | | | | | | | | | | | | | | | | tcp: tcp_fragment() should not assume rtx skbsEric Dumazet2017-11-031-1/+2
* | | | | | | | | | | | | | | | | mISDN: hfcpci: Convert timers to use timer_setup()Kees Cook2017-11-031-6/+4Star
* | | | | | | | | | | | | | | | | ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-12/+58
* | | | | | | | | | | | | | | | | net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King2017-11-031-1/+1
* | | | | | | | | | | | | | | | | tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet2017-11-031-5/+3Star
* | | | | | | | | | | | | | | | | bpf: fix verifier NULL pointer dereferenceCraig Gallek2017-11-031-4/+8
* | | | | | | | | | | | | | | | | tipc: eliminate unnecessary probingJon Maloy2017-11-031-1/+10
* | | | | | | | | | | | | | | | | net: sched: move block offload unbind after all chains are flushedJiri Pirko2017-11-031-2/+2
* | | | | | | | | | | | | | | | | cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar2017-11-031-0/+58
* | | | | | | | | | | | | | | | | cxgb4: add new T6 pci device id'sGanesh Goudar2017-11-031-0/+1
* | | | | | | | | | | | | | | | | net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun2017-11-031-1/+1
* | | | | | | | | | | | | | | | | net: bridge: Convert timers to use timer_setup()Allen Pais2017-11-031-29/+19Star
* | | | | | | | | | | | | | | | | net: bridge: Convert timers to use timer_setup()Allen Pais2017-11-031-40/+39Star
* | | | | | | | | | | | | | | | | Merge branch 'mlxsw-Align-multipath-hash-parameters-with-kernels'David S. Miller2017-11-036-25/+270
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mlxsw: spectrum_router: Update multipath hash parameters upon neteventsIdo Schimmel2017-11-031-1/+30
| * | | | | | | | | | | | | | | | | mlxsw: spectrum_router: Align multipath hash parameters with kernel'sIdo Schimmel2017-11-031-0/+64
| * | | | | | | | | | | | | | | | | mlxsw: reg: Add Router ECMP Configuration Register Version 2Ido Schimmel2017-11-031-0/+132
| * | | | | | | | | | | | | | | | | mlxsw: spectrum_router: Properly name netevent work structIdo Schimmel2017-11-031-13/+13
| * | | | | | | | | | | | | | | | | mlxsw: spectrum_router: Embed netevent notifier block in router structIdo Schimmel2017-11-033-11/+12
| * | | | | | | | | | | | | | | | | ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2017-11-032-1/+20
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun2017-11-031-1/+3
* | | | | | | | | | | | | | | | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-031-0/+4
* | | | | | | | | | | | | | | | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-031-0/+2
* | | | | | | | | | | | | | | | | net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland2017-11-033-3/+2Star
* | | | | | | | | | | | | | | | | liquidio: bump up driver version to 1.7.0 to match newer NIC firmwareFelix Manlunas2017-11-031-2/+2
* | | | | | | | | | | | | | | | | tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-032-0/+57
* | | | | | | | | | | | | | | | | ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-036-12/+159
* | | | | | | | | | | | | | | | | Merge branch 'hns3-add-support-for-reset'David S. Miller2017-11-027-37/+747
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | net: hns3: hns3:fix a bug about statistic counter in reset processqumingguang2017-11-021-0/+7
| * | | | | | | | | | | | | | | | | net: hns3: Fix a misuse to devm_free_irqqumingguang2017-11-021-3/+2Star
| * | | | | | | | | | | | | | | | | net: hns3: Add reset interface implementation in clientLipeng2017-11-021-0/+153
| * | | | | | | | | | | | | | | | | net: hns3: Add timeout process in hns3_enetLipeng2017-11-022-0/+88
| * | | | | | | | | | | | | | | | | net: hns3: Add reset process in hclge_mainLipeng2017-11-024-0/+326