Age | Commit message (Expand) | Author |
2019-02-26 | mpls: Return error for RTA_GATEWAY attribute | David Ahern |
2019-02-26 | ipv6: Return error for RTA_VIA attribute | David Ahern |
2019-02-26 | ipv4: Return error for RTA_VIA attribute | David Ahern |
2019-02-26 | tcp: remove tcp_queue argument from tso_fragment() | Eric Dumazet |
2019-02-26 | tcp: use tcp_md5_needed for timewait sockets | Eric Dumazet |
2019-02-26 | tcp: convert tcp_md5_needed to static_branch API | Eric Dumazet |
2019-02-26 | tcp: get rid of tcp_check_send_head() | Eric Dumazet |
2019-02-26 | net: sched: fix typo in walker_check_empty() | Vlad Buslov |
2019-02-26 | net: sched: pie: fix mistake in reference link | Leslie Monis |
2019-02-26 | devlink: require non-NULL ops for devlink instances | Jakub Kicinski |
2019-02-26 | devlink: hold a reference to the netdevice around ethtool compat | Jakub Kicinski |
2019-02-26 | devlink: create a special NDO for getting the devlink instance | Jakub Kicinski |
2019-02-26 | net: devlink: turn devlink into a built-in | Jakub Kicinski |
2019-02-26 | net: remove unused struct inet_frag_queue.fragments field | Peter Oskolkov |
2019-02-26 | Bluetooth: Add quirk for reading BD_ADDR from fwnode property | Matthias Kaehlcke |
2019-02-26 | Bluetooth: mgmt: Use struct_size() helper | Gustavo A. R. Silva |
2019-02-25 | net: avoid use IPCB in cipso_v4_error | Nazarov Sergey |
2019-02-25 | net: Add __icmp_send helper. | Nazarov Sergey |
2019-02-25 | net: sched: pie: update references | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: add derandomization mechanism | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: add more cases to auto-tune alpha and beta | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: change initial value of pie_vars->burst_time | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: change default value of pie_params->tupdate | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: change default value of pie_params->target | Mohit P. Tahiliani |
2019-02-25 | net: sched: pie: change value of QUEUE_THRESHOLD | Mohit P. Tahiliani |
2019-02-25 | bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector | Stanislav Fomichev |
2019-02-25 | net: socket: set sock->sk to NULL after calling proto_ops::release() | Eric Biggers |
2019-02-25 | net: sched: don't release block->lock when dumping chains | Vlad Buslov |
2019-02-25 | net: sched: set dedicated tcf_walker flag when tp is empty | Vlad Buslov |
2019-02-25 | net: sched: act_tunnel_key: fix NULL pointer dereference during init | Vlad Buslov |
2019-02-25 | tcp: clean up SOCK_DEBUG() | Yafang Shao |
2019-02-25 | tcp: remove unused parameter of tcp_sacktag_bsearch() | Taehee Yoo |
2019-02-25 | net: dsa: fix a leaked reference by adding missing of_node_put | Wen Yang |
2019-02-24 | switchdev: Complete removal of switchdev_port_attr_get() | Florian Fainelli |
2019-02-24 | dsa: Remove phydev parameter from disable_port call | Andrew Lunn |
2019-02-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2019-02-24 | net: fix double-free in bpf_lwt_xmit_reroute | Peter Oskolkov |
2019-02-24 | ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit | wenxu |
2019-02-24 | ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnel | wenxu |
2019-02-24 | tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg | Vakul Garg |
2019-02-24 | ipv6: icmp: use percpu allocation | Kefeng Wang |
2019-02-24 | ipv6: icmp: use icmpv6_sk_exit() | Kefeng Wang |
2019-02-24 | ipv4: icmp: use icmp_sk_exit() | Kefeng Wang |
2019-02-24 | ila: Fix uninitialised return value in ila_xlat_nl_cmd_flush | Herbert Xu |
2019-02-24 | net/sched: act_tunnel_key: Add dst_cache support | wenxu |
2019-02-24 | net: Remove switchdev.h inclusion from team/bond/vlan | Florian Fainelli |
2019-02-24 | net/sched: act_skbedit: fix refcount leak when replace fails | Davide Caratti |
2019-02-24 | net/sched: act_ipt: fix refcount leak when replace fails | Davide Caratti |
2019-02-24 | net: dev: add generic protodown handler | Andy Roulin |
2019-02-24 | net: Skip GSO length estimation if transport header is not set | Maxim Mikityanskiy |