Age | Commit message (Expand) | Author |
2020-07-28 | net: remove sockptr_advance | Christoph Hellwig |
2020-07-28 | netfilter: arp_tables: restore a SPDX identifier | Christoph Hellwig |
2020-07-27 | net: prp: enhance debugfs to display PRP info | Murali Karicheri |
2020-07-27 | net: prp: add packet handling support | Murali Karicheri |
2020-07-27 | net: hsr: define and use proto_ops ptrs to handle hsr specific frames | Murali Karicheri |
2020-07-27 | net: prp: add supervision frame generation utility function | Murali Karicheri |
2020-07-27 | net: hsr: introduce protocol specific function pointers | Murali Karicheri |
2020-07-27 | net: hsr: introduce common code for skb initialization | Murali Karicheri |
2020-07-27 | hsr: enhance netlink socket interface to support PRP | Murali Karicheri |
2020-07-27 | net: Removed the device type check to add mpls support for devices | Martin Varghese |
2020-07-27 | ipmr: Copy option to correct variable | Ido Schimmel |
2020-07-27 | net/smc: unique reason code for exceeded max dmb count | Karsten Graul |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master | Linus Torvalds |
2020-07-24 | dev: Defer free of skbs in flush_backlog | Subash Abhinov Kasiviswanathan |
2020-07-24 | qrtr: orphan socket in qrtr_release() | Cong Wang |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_session_free | Tom Parkin |
2020-07-24 | l2tp: remove BUG_ON refcount value in l2tp_session_free | Tom Parkin |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge | Tom Parkin |
2020-07-24 | l2tp: don't BUG_ON seqfile checks in l2tp_ppp | Tom Parkin |
2020-07-24 | l2tp: don't BUG_ON session magic checks in l2tp_ppp | Tom Parkin |
2020-07-24 | l2tp: remove BUG_ON in l2tp_tunnel_closeall | Tom Parkin |
2020-07-24 | l2tp: remove BUG_ON in l2tp_session_queue_purge | Tom Parkin |
2020-07-24 | l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start | Tom Parkin |
2020-07-24 | l2tp: avoid multiple assignments | Tom Parkin |
2020-07-24 | icmp6: support rfc 4884 | Willem de Bruijn |
2020-07-24 | icmp: prepare rfc 4884 for ipv6 | Willem de Bruijn |
2020-07-24 | icmp: revise rfc4884 tests | Willem de Bruijn |
2020-07-24 | sctp: remove redundant initialization of variable status | Colin Ian King |
2020-07-24 | net: openvswitch: fixes potential deadlock in dp cleanup code | Eelco Chaudron |
2020-07-24 | sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing | Christoph Hellwig |
2020-07-24 | net: optimize the sockptr_t for unified kernel/user address spaces | Christoph Hellwig |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-07-24 | net/tcp: switch do_tcp_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/tcp: switch ->md5_parse to sockptr_t | Christoph Hellwig |
2020-07-24 | net/udp: switch udp_lib_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv6: switch do_ipv6_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv6: factor out a ipv6_set_opt_hdr helper | Christoph Hellwig |
2020-07-24 | net/ipv6: switch ipv6_flowlabel_opt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv6: split up ipv6_flowlabel_opt | Christoph Hellwig |
2020-07-24 | net/ipv6: switch ip6_mroute_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv4: switch do_ip_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv4: merge ip_options_get and ip_options_get_from_user | Christoph Hellwig |
2020-07-24 | net/ipv4: switch ip_mroute_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | netfilter: switch xt_copy_counters to sockptr_t | Christoph Hellwig |
2020-07-24 | netfilter: remove the unused user argument to do_update_counters | Christoph Hellwig |
2020-07-24 | net/xfrm: switch xfrm_user_policy to sockptr_t | Christoph Hellwig |
2020-07-24 | net: switch sock_set_timeout to sockptr_t | Christoph Hellwig |