summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman
2017-07-01Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long
2017-07-01sctp: remove the typedef sctp_param_tXin Long
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_cid_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena
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-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo
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-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen
2017-06-27Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen