Age | Commit message (Expand) | Author |
2018-04-02 | net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com... | Dominik Brodowski |
2018-04-02 | net: socket: replace call to sys_recv() with __sys_recvfrom() | Dominik Brodowski |
2018-04-02 | net: socket: replace calls to sys_send() with __sys_sendto() | Dominik Brodowski |
2018-04-02 | net: socket: move check for forbid_cmsg_compat to __sys_...msg() | Dominik Brodowski |
2018-04-02 | net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_listen() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_connect() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_bind() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socket() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_accept4() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_sendto() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-03-04 | net: make skb_gso_*_seglen functions private | Daniel Axtens |
2018-03-04 | net: xfrm: use skb_gso_validate_network_len() to check gso sizes | Daniel Axtens |
2018-03-04 | net: sched: tbf: handle GSO_BY_FRAGS case in enqueue | Daniel Axtens |
2018-03-04 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens |
2018-03-03 | Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge | David S. Miller |
2018-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-03-02 | Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2018-03-02 | rds: Incorrect reference counting in TCP socket creation | Ka-Cheong Poon |
2018-03-01 | net: ethtool: don't ignore return from driver get_fecparam method | Edward Cree |
2018-03-01 | vrf: check forwarding on the original netdevice when generating ICMP dest unr... | Stephen Suryaputra |
2018-03-01 | net: allow interface to be set into VRF if VLAN interface in same VRF | Mike Manning |
2018-03-01 | net: ipv4: avoid unused variable warning for sysctl | Arnd Bergmann |
2018-02-28 | ipvs: remove IPS_NAT_MASK check to fix passive FTP | Julian Anastasov |
2018-02-28 | mlxsw: spectrum: Fix handling of resource_size_param | Jiri Pirko |
2018-02-28 | net/smc: fix NULL pointer dereference on sock_create_kern() error path | Davide Caratti |
2018-02-28 | net/smc: use link_id of server in confirm link reply | Karsten Graul |
2018-02-28 | net/smc: use a constant for control message length | Karsten Graul |
2018-02-28 | net/tcp/illinois: replace broken algorithm reference link | Joey Pabalinas |
2018-02-28 | tcp: purge write queue upon RST | Soheil Hassas Yeganeh |
2018-02-28 | tcp: revert F-RTO extension to detect more spurious timeouts | Yuchung Cheng |
2018-02-28 | tcp: revert F-RTO middle-box workaround | Yuchung Cheng |
2018-02-27 | tls: Use correct sk->sk_prot for IPV6 | Boris Pismenny |
2018-02-27 | sit: fix IFLA_MTU ignored on NEWLINK | Xin Long |
2018-02-27 | ip6_tunnel: fix IFLA_MTU ignored on NEWLINK | Xin Long |
2018-02-27 | ip_gre: fix IFLA_MTU ignored on NEWLINK | Xin Long |
2018-02-27 | netfilter: nf_tables: use the right index from flowtable error path | Pablo Neira Ayuso |
2018-02-27 | tipc: correct initial value for group congestion flag | Jon Maloy |