summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-05-01selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern
2019-05-01packet: validate msg_namelen in send directlyWillem de Bruijn
2019-05-01packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-01stmmac: pci: Fix typo in IOT2000 commentJan Kiszka
2019-05-01Documentation: fix netdev-FAQ.rst markup warningRandy Dunlap
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-04-30Merge tag 'wireless-drivers-for-davem-2019-04-30' of git://git.kernel.org/pub...David S. Miller
2019-04-30l2ip: fix possible use-after-freeEric Dumazet
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing
2019-04-30net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfcDan Carpenter
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-29vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen...Stephen Suryaputra
2019-04-29tcp: add sanity tests in tcp_add_backlog()Eric Dumazet
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-04-29Merge branch 'ieee802154-for-davem-2019-04-25' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-29Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo
2019-04-29Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-04-29ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki
2019-04-29ath10k: perform crash dump collection in workqueueBrian Norris
2019-04-28Merge tag 'iwlwifi-for-kalle-2019-04-28' of git://git.kernel.org/pub/scm/linu...Kalle Valo
2019-04-28iwlwifi: mvm: fix merge damage in iwl_mvm_vif_dbgfs_register()Luca Coelho
2019-04-28iwlwifi: fix driver operation for 5350Emmanuel Grumbach
2019-04-28iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()Luca Coelho
2019-04-27udp: fix GRO reception in case of length mismatchPaolo Abeni
2019-04-27Merge branch 'tls-data-copies'David S. Miller
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski
2019-04-27Merge branch 'bnxt_en-Misc-bug-fixes'David S. Miller
2019-04-27bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan
2019-04-27bnxt_en: Fix statistics context reservation logic.Michael Chan
2019-04-27bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan
2019-04-27bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan
2019-04-27bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam
2019-04-27bnxt_en: Improve multicast address setup logic.Michael Chan
2019-04-26net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn
2019-04-26genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann
2019-04-26qmi_wwan: new Wistron, ZTE and D-Link devicesBjørn Mork
2019-04-26net: ethernet: stmmac: manage the get_irq probe defer caseFabien Dessenne
2019-04-26l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-25selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon