Age | Commit message (Expand) | Author |
2017-11-14 | tls: don't override sk_write_space if tls_set_sw_offload fails. | Ilya Lesokhin |
2017-11-14 | tls: Avoid copying crypto_info again after cipher_type check. | Ilya Lesokhin |
2017-11-14 | tls: Move tls_make_aad to header to allow sharing | Ilya Lesokhin |
2017-11-14 | tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used. | Ilya Lesokhin |
2017-11-14 | tls: Add function to update the TLS socket configuration | Ilya Lesokhin |
2017-11-14 | tls: Use kzalloc for aead_request allocation | Ilya Lesokhin |
2017-11-14 | tcp: allow drivers to tweak TSQ logic | Eric Dumazet |
2017-11-14 | Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller |
2017-11-14 | xfrm6_tunnel: exit_net cleanup check added | Vasily Averin |
2017-11-14 | phonet: exit_net cleanup check added | Vasily Averin |
2017-11-14 | l2tp: exit_net cleanup check added | Vasily Averin |
2017-11-14 | fib_rules: exit_net cleanup check added | Vasily Averin |
2017-11-14 | fib_notifier: exit_net cleanup check added | Vasily Averin |
2017-11-14 | netdev: exit_net cleanup check added | Vasily Averin |
2017-11-14 | packet: exit_net cleanup check added | Vasily Averin |
2017-11-14 | af_key: replace BUG_ON on WARN_ON in net_exit hook | Vasily Averin |
2017-11-14 | net: dsa: Fix dependencies on bridge | Andrew Lunn |
2017-11-13 | ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlers | Xin Long |
2017-11-13 | ip6_tunnel: process toobig in a better way | Xin Long |
2017-11-13 | ip6_tunnel: add the process for redirect in ip6_tnl_err | Xin Long |
2017-11-13 | ip6_gre: process toobig in a better way | Xin Long |
2017-11-13 | ip6_gre: add the process for redirect in ip6gre_err | Xin Long |
2017-11-13 | Merge tag 'nfc-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2017-11-13 | openvswitch: Add meter action support | Andy Zhou |
2017-11-13 | openvswitch: Add meter infrastructure | Andy Zhou |
2017-11-13 | openvswitch: export get_dp() API. | Andy Zhou |
2017-11-13 | net: dsa: Support prepended Broadcom tag | Florian Fainelli |
2017-11-13 | net: dsa: tag_brcm: Prepare for supporting prepended tag | Florian Fainelli |
2017-11-13 | net: dsa: Pass a port to get_tag_protocol() | Florian Fainelli |
2017-11-13 | net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue | Andrew Morton |
2017-11-13 | af_netlink: ensure that NLMSG_DONE never fails in dumps | Jason A. Donenfeld |
2017-11-13 | netem: support delivering packets in delayed time slots | Dave Taht |
2017-11-13 | netem: add uapi to express delay and jitter in nanoseconds | Dave Taht |
2017-11-13 | netem: convert to qdisc_watchdog_schedule_ns | Dave Taht |
2017-11-13 | ipv6: try not to take rtnl_lock in ip6mr_sk_done | Francesco Ruggeri |
2017-11-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-11 | net: Remove unused skb_shared_info member | Mat Martineau |
2017-11-11 | l2tp: remove the .tunnel_sock field from struct pppol2tp_session | Guillaume Nault |
2017-11-11 | l2tp: avoid using ->tunnel_sock for getting session's parent tunnel | Guillaume Nault |
2017-11-11 | l2tp: remove .tunnel_sock from struct l2tp_eth | Guillaume Nault |
2017-11-11 | net: dsa: lan9303: Clear offload_fwd_mark for IGMP | Egil Hjelmeland |
2017-11-11 | vlan: fix a use-after-free in vlan_device_event() | Cong Wang |
2017-11-11 | net: dsa: {e}dsa: set offload_fwd_mark on received packets | Andrew Lunn |
2017-11-11 | net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_ID | Andrew Lunn |
2017-11-11 | sock: Remove the global prot_inuse counter. | Tonghao Zhang |
2017-11-11 | net: decnet: dn_table: mark expected switch fall-through | Gustavo A. R. Silva |
2017-11-11 | l2tp: don't close sessions in l2tp_tunnel_destruct() | Guillaume Nault |
2017-11-11 | tcp: use sequence distance to detect reordering | Yuchung Cheng |
2017-11-11 | tcp: retire FACK loss detection | Yuchung Cheng |
2017-11-11 | net: dsa: return after vlan prepare phase | Vivien Didelot |