summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-031-6/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-0267-289/+544
|\ \
| * | udp: fix GRO packet of deathEric Dumazet2019-05-011-3/+10
| |/
| * ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18
| * rds: ib: force endiannes annotationNicholas Mc Guire2019-05-011-5/+3
| * selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu2019-05-011-0/+6
| * ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
| * net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-011-1/+2
| * selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern2019-05-011-2/+2
| * packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-011-10/+14
| * packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-011-2/+11
| * sctp: avoid running the sctp state machine recursivelyXin Long2019-05-013-38/+27
| * stmmac: pci: Fix typo in IOT2000 commentJan Kiszka2019-05-011-1/+1
| * Documentation: fix netdev-FAQ.rst markup warningRandy Dunlap2019-05-011-1/+1
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-302-10/+3
| * Merge tag 'wireless-drivers-for-davem-2019-04-30' of git://git.kernel.org/pub...David S. Miller2019-04-3017-35/+88
| |\
| | * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2019-04-297-11/+31
| | |\
| | | * ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki2019-04-291-2/+2
| | | * ath10k: perform crash dump collection in workqueueBrian Norris2019-04-296-9/+29
| | * | Merge tag 'iwlwifi-for-kalle-2019-04-28' of git://git.kernel.org/pub/scm/linu...Kalle Valo2019-04-283-11/+26
| | |\ \ | | | |/ | | |/|
| | | * iwlwifi: mvm: fix merge damage in iwl_mvm_vif_dbgfs_register()Luca Coelho2019-04-281-6/+0
| | | * iwlwifi: fix driver operation for 5350Emmanuel Grumbach2019-04-281-1/+2
| | | * iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()Luca Coelho2019-04-281-4/+24
| | |/
| | * mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson2019-04-251-1/+1
| | * Merge tag 'iwlwifi-for-kalle-2019-04-19' of git://git.kernel.org/pub/scm/linu...Kalle Valo2019-04-247-16/+34
| | |\