summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/sched: avoid double free on matchall reoffloadPieter Jansen van Vuuren2019-05-091-0/+1
* nfp: reintroduce ndo_get_port_parent_id for representor portsPieter Jansen van Vuuren2019-05-092-0/+17
* Merge branch 'phy-realtek-delays'David S. Miller2019-05-091-4/+66
|\
| * net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin2019-05-091-4/+15
| * net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin2019-05-091-0/+51
|/
* net: dsa: sja1105: Don't return a negative in u8 sja1105_stp_state_getVladimir Oltean2019-05-081-1/+5
* net: dsa: sja1105: fix check on while loop exitColin Ian King2019-05-081-3/+4
* net: dsa: sja1105: Make 'sja1105et_regs' and 'sja1105pqrs_regs' staticWang Hai2019-05-081-2/+2
* selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-081-4/+4
* net: hns3: remove redundant assignment of l2_hdr to itselfColin Ian King2019-05-081-1/+1
* net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge"Colin Ian King2019-05-081-4/+4
* openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven2019-05-081-2/+2
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-081-2/+2
* fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu2019-05-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081636-26976/+126809
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0823-115/+293
| |\
| | * cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-071-3/+12
| | * dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindingsMaxime Chevallier2019-05-071-1/+1
| | * net: macb: Change interrupt and napi enable order in openHarini Katakam2019-05-071-3/+3
| | * vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
| | * net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
| | * l2tp: Fix possible NULL pointer dereferenceYueHaibing2019-05-071-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-072-64/+191
| | |\
| | | * bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6
| | | * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-012-51/+185
| | * | ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-05-051-0/+8
| | * | ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-05-051-1/+0
| | * | net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-051-5/+3
| | * | dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1
| | * | net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King2019-05-051-1/+1
| | * | cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce2019-05-051-0/+2
| | * | isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle2019-05-051-4/+5
| | * | net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
| | * | ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1
| | * | cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
| | * | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| | * | neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
| | * | Merge branch 'ena-fixes'David S. Miller2019-05-043-16/+27
| | |\ \
| | | * | net: ena: gcc 8: fix compilation warningSameeh Jubran2019-05-041-1/+1
| | | * | net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran2019-05-041-0/+1
| | | * | net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran2019-05-041-1/+5
| | | * | net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran2019-05-041-1/+1
| | | * | net: ena: fix incorrect test of supported hash functionSameeh Jubran2019-05-041-1/+1
| | | * | net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran2019-05-041-0/+1
| | | * | net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran2019-05-041-10/+15
| | | * | net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran2019-05-041-2/+2
| | |/ /
| | * | hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang2019-05-041-6/+9
| * | | net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-071-1/+27
| * | | net: ll_temac: Improve error message on error IRQEsben Haabendal2019-05-071-2/+8
| * | | net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-078-36/+25