Age | Commit message (Expand) | Author |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-01-28 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-01-27 | Revert "pktgen: Allow configuration of IPv6 source address range" | David S. Miller |
2020-01-27 | net/core: Replace driver version to be kernel version | Leon Romanovsky |
2020-01-27 | ethtool: add WOL_NTF notification | Michal Kubecek |
2020-01-27 | ethtool: set wake-on-lan settings with WOL_SET request | Michal Kubecek |
2020-01-27 | ethtool: provide WoL settings with WOL_GET request | Michal Kubecek |
2020-01-27 | ethtool: add DEBUG_NTF notification | Michal Kubecek |
2020-01-27 | ethtool: set message mask with DEBUG_SET request | Michal Kubecek |
2020-01-27 | ethtool: provide message mask with DEBUG_GET request | Michal Kubecek |
2020-01-27 | ethtool: fix kernel-doc descriptions | Michal Kubecek |
2020-01-27 | flow_dissector: Fix to use new variables for port ranges in bpf hook | Yoshiki Komachi |
2020-01-27 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2020-01-27 | net: dsa: Fix use-after-free in probing of DSA switch tree | Vladimir Oltean |
2020-01-27 | net: remove eth_change_mtu | Heiner Kallweit |
2020-01-27 | net: introduce dev_net notifier register/unregister variants | Jiri Pirko |
2020-01-27 | net: push code from net notifier reg/unreg into helpers | Jiri Pirko |
2020-01-27 | net: call call_netdevice_unregister_net_notifiers from unregister | Jiri Pirko |
2020-01-27 | soreuseport: Cleanup duplicate initialization of more_reuse->max_socks. | Kuniyuki Iwashima |
2020-01-27 | udp: Support UDP fraglist GRO/GSO. | Steffen Klassert |
2020-01-27 | net: Support GRO/GSO fraglist chaining. | Steffen Klassert |
2020-01-27 | net: Add a netdev software feature set that defaults to off. | Steffen Klassert |
2020-01-27 | net: Add fraglist GRO/GSO feature flags | Steffen Klassert |
2020-01-27 | rxrpc: Fix use-after-free in rxrpc_receive_data() | David Howells |
2020-01-27 | net_sched: ematch: reject invalid TCF_EM_SIMPLE | Eric Dumazet |
2020-01-27 | net: include struct nhmsg size in nh nlmsg size | Stephen Worley |
2020-01-27 | net_sched: walk through all child classes in tc_bind_tclass() | Cong Wang |
2020-01-27 | net_sched: fix ops->bind_class() implementations | Cong Wang |
2020-01-27 | nf_tables: Add set type for arbitrary concatenation of ranges | Stefano Brivio |
2020-01-27 | netfilter: nf_tables: Support for sets with multiple ranged fields | Stefano Brivio |
2020-01-27 | netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attribute | Pablo Neira Ayuso |
2020-01-27 | netfilter: nf_tables: add nft_setelem_parse_key() | Pablo Neira Ayuso |
2020-01-26 | tcp: export count for rehash attempts | Abdul Kabbani |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-26 | Bluetooth: Fix race condition in hci_release_sock() | Dan Carpenter |
2020-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2020-01-25 | Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le | Marcel Holtmann |
2020-01-25 | Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type | Marcel Holtmann |
2020-01-25 | net: sched: Make TBF Qdisc offloadable | Petr Machata |
2020-01-25 | net: sched: sch_tbf: Don't overwrite backlog before dumping | Petr Machata |
2020-01-25 | devlink: Add health recover notifications on devlink flows | Moshe Shemesh |
2020-01-25 | net: atm: use %*ph to print small buffer | Andy Shevchenko |
2020-01-25 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-01-25 | mptcp: Fix code formatting | Mat Martineau |
2020-01-25 | mptcp: do not inherit inet proto ops | Florian Westphal |
2020-01-24 | net: Fix skb->csum update in inet_proto_csum_replace16(). | Praveen Chaudhary |