aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-02net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...Dominik Brodowski
2018-04-02net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski
2018-04-02net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski
2018-04-02net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-03-04net: make skb_gso_*_seglen functions privateDaniel Axtens
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens
2018-03-04net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-03Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-02Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-03-02rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov
2018-02-28mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko
2018-02-28net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul
2018-02-28net/smc: use a constant for control message lengthKarsten Graul
2018-02-28net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-02-27tls: Use correct sk->sk_prot for IPV6Boris Pismenny
2018-02-27sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso
2018-02-27tipc: correct initial value for group congestion flagJon Maloy