summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz2020-01-151-0/+6
| | * | | Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud2020-01-154-8/+188
| | * | | Bluetooth: remove redundant assignment to variable icidColin Ian King2020-01-081-1/+0
| | * | | Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz2020-01-041-2/+52
| | * | | Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-041-0/+27
| | * | | Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-8/+6
| | * | | Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud2020-01-041-0/+16
| * | | | net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean2020-01-271-11/+25
| * | | | net: remove eth_change_mtuHeiner Kallweit2020-01-271-16/+0
| * | | | net: introduce dev_net notifier register/unregister variantsJiri Pirko2020-01-271-0/+46
| * | | | net: push code from net notifier reg/unreg into helpersJiri Pirko2020-01-271-22/+38
| * | | | net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko2020-01-271-11/+3
| * | | | soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima2020-01-271-1/+0
| * | | | udp: Support UDP fraglist GRO/GSO.Steffen Klassert2020-01-272-25/+106
| * | | | net: Support GRO/GSO fraglist chaining.Steffen Klassert2020-01-272-1/+92
| * | | | net: Add a netdev software feature set that defaults to off.Steffen Klassert2020-01-271-1/+1
| * | | | net: Add fraglist GRO/GSO feature flagsSteffen Klassert2020-01-271-0/+1
| * | | | rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
| * | | | net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-01-271-0/+3
| * | | | net: include struct nhmsg size in nh nlmsg sizeStephen Worley2020-01-271-1/+3
| * | | | net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-01-271-11/+30
| * | | | net_sched: fix ops->bind_class() implementationsCong Wang2020-01-2710-29/+76
| * | | | nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio2020-01-273-1/+2106
| * | | | netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2020-01-272-1/+92
| * | | | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2020-01-272-23/+64
| * | | | netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso2020-01-271-46/+45