summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav
2017-06-29net: constify attribute_group structures.Arvind Yadav
2017-06-29net: ipmr: Add ipmr_rtm_getrouteDonald Sharp
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk
2017-06-25net/iucv: improve endianness handlingHans Wippel
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-23tls: return -EFAULT if copy_to_user() failsDan Carpenter
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-23udp: fix poll()Paolo Abeni
2017-06-22udp/v6: prefetch rmem_alloc in udp6_queue_rcv_skb()Paolo Abeni
2017-06-22ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-22ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong