summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-222-205/+462
* tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-02-015-25/+27
|\
| * netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey2020-01-311-0/+1
| * netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey2020-01-311-1/+1
| * netfilter: Use kvcallocJoe Perches2020-01-312-4/+3
| * netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-01-291-20/+21
* | cls_rsvp: fix rsvp_policyEric Dumazet2020-02-011-4/+2
* | tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
* | tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-01-311-0/+2
* | tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
* | tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-01-311-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-3010-41/+64
|\ \
| * | net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky2020-01-301-2/+2
| * | mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-302-6/+6
| * | net: drop_monitor: Use kstrdupJoe Perches2020-01-301-6/+2
| * | mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven2020-01-301-2/+4
| * | mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven2020-01-301-1/+1
| * | mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-294-1/+14
| * | mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal2020-01-291-2/+6
| * | mptcp: fix panic on user pointer accessFlorian Westphal2020-01-291-18/+22
| * | mptcp: defer freeing of cached ext until last momentFlorian Westphal2020-01-291-2/+4
| |/
| * sch_choke: Use kvcallocJoe Perches2020-01-291-1/+1
| * mptcp: Fix build with PROC_FS disabled.David S. Miller2020-01-291-0/+2
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-299-45/+58
|\ \ | |/ |/|
| * nfs: use time64_t internallyArnd Bergmann2019-12-183-14/+14
| * sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-186-21/+27
| * packet: clarify timestamp overflowArnd Bergmann2019-12-181-10/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-28275-2580/+17461
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-271-2/+9
| |\ \
| | * | flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi2020-01-271-2/+9
| * | | Revert "pktgen: Allow configuration of IPv6 source address range"David S. Miller2020-01-271-98/+0
| * | | net/core: Replace driver version to be kernel versionLeon Romanovsky2020-01-271-0/+2
| * | | ethtool: add WOL_NTF notificationMichal Kubecek2020-01-273-1/+6
| * | | ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek2020-01-273-0/+82
| * | | ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2020-01-277-1/+128
| * | | ethtool: add DEBUG_NTF notificationMichal Kubecek2020-01-273-0/+5
| * | | ethtool: set message mask with DEBUG_SET requestMichal Kubecek2020-01-273-0/+59
| * | | ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2020-01-277-1/+115
| * | | ethtool: fix kernel-doc descriptionsMichal Kubecek2020-01-272-12/+15
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-01-278-131/+379
| |\ \ \
| | * | | Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-01-261-0/+3
| | * | | Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann2020-01-252-93/+61
| | * | | Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann2020-01-252-5/+11
| | * | | Bluetooth: fix appearance typo in mgmt.cAlain Michaud2020-01-221-4/+4
| | * | | Bluetooth: adding missing const decoration to mgmt_status_tableAlain Michaud2020-01-221-1/+1
| | * | | Bluetooth: Increment management interface revisionMarcel Holtmann2020-01-161-1/+1
| | * | | Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz2020-01-151-8/+3