Age | Commit message (Expand) | Author |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-04 | net/sched: avoid unused-label warning | Arnd Bergmann |
2019-03-04 | net: ignore sysctl_devconf_inherit_init_net without SYSCTL | Arnd Bergmann |
2019-03-04 | devlink: Add support for direct reporter health state update | Eran Ben Elisha |
2019-03-04 | devlink: Update reporter state to error even if recover aborted | Eran Ben Elisha |
2019-03-04 | sctp: call iov_iter_revert() after sending ABORT | Xin Long |
2019-03-04 | ip6mr: Do not call __IP6_INC_STATS() from preemptible context | Ido Schimmel |
2019-03-04 | net-sysfs: Switch to bitmap_zalloc() | Andy Shevchenko |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-03-03 | tls: Fix tls_device receive | Boris Pismenny |
2019-03-03 | tls: Fix mixing between async capable and async | Eran Ben Elisha |
2019-03-03 | tls: Fix write space handling | Boris Pismenny |
2019-03-03 | tls: Fix tls_device handling of partial records | Boris Pismenny |
2019-03-03 | net-sysfs: Fix mem leak in netdev_register_kobject | YueHaibing |
2019-03-03 | net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE | Francesco Ruggeri |
2019-03-03 | net: fixup address-space warnings in compat_mc_{get,set}sockopt() | Ben Dooks |
2019-03-03 | net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid() | Florian Fainelli |
2019-03-03 | sch_cake: Simplify logic in cake_select_tin() | Toke Høiland-Jørgensen |
2019-03-03 | sch_cake: Permit use of connmarks as tin classifiers | Kevin Darbyshire-Bryant |
2019-03-03 | sch_cake: Make the dual modes fairer | George Amanakis |
2019-03-03 | net: dsa: add KSZ9893 switch tagging support | Tristram Ha |
2019-03-03 | appletalk: Fix use-after-free in atalk_proc_exit | YueHaibing |
2019-03-03 | appletalk: use remove_proc_subtree to simplify procfs code | YueHaibing |
2019-03-02 | net: sched: put back q.qlen into a single location | Eric Dumazet |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-03-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-02 | bpf: add bpf helper bpf_skb_ecn_set_ce | brakmo |
2019-03-02 | net: sit: fix memory leak in sit_init_net() | Mao Wenan |
2019-03-02 | net: ipv4: Fix NULL pointer dereference in route lookup | Ido Schimmel |
2019-03-01 | net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE) | Eric Dumazet |
2019-03-01 | net: support 64bit values for setsockopt(SO_MAX_PACING_RATE) | Eric Dumazet |
2019-03-01 | switchdev: Remove unused transaction item queue | Florian Fainelli |
2019-03-01 | devlink: fix kdoc | Jakub Kicinski |
2019-03-01 | ipv4: Add ICMPv6 support when parse route ipproto | Hangbin Liu |
2019-03-01 | netfilter: nf_tables: merge ipv4 and ipv6 nat chain types | Florian Westphal |
2019-03-01 | netfilter: nf_tables: nat: merge nft_masq protocol specific modules | Florian Westphal |
2019-03-01 | netfilter: nf_tables: nat: merge nft_redir protocol specific modules | Florian Westphal |
2019-03-01 | netfilter: xt_IDLETIMER: fix sysfs callback function type | Sami Tolvanen |
2019-03-01 | netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2 | Li RongQing |
2019-03-01 | netfilter: nf_tables: check the result of dereferencing base_chain->stats | Li RongQing |
2019-03-01 | netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slave | David Ahern |
2019-03-01 | ipvs: get sctphdr by sctphoff in sctp_csum_check | Xin Long |
2019-03-01 | netfilter: convert the proto argument from u8 to u16 | Li RongQing |
2019-03-01 | netfilter: nft_tunnel: Add dst_cache support | wenxu |
2019-03-01 | netfilter: conntrack: tcp: only close if RST matches exact sequence | Florian Westphal |
2019-03-01 | ipvs: change some data types from int to bool | Andrea Claudi |
2019-02-28 | net/smc: allow pnetid-less configuration | Ursula Braun |
2019-02-28 | net: sched: pie: avoid slow division in drop probability decay | Leslie Monis |