aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller1-1/+1
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-130/+109
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-5/+121
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann1-2/+2
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-9/+9
2017-07-02bpf: fix to bpf_setsockopsLawrence Brakmo1-2/+1
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo1-0/+7
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo1-1/+17
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo5-16/+47
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo3-1/+4
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo1-1/+78
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo2-2/+14
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2-2/+3
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo1-0/+168
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller7-35/+47
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman1-15/+72
2017-07-01Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller7-34/+39
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang1-23/+58
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long4-20/+20
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long3-10/+10
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long3-6/+6
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long1-5/+8
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long7-46/+53
2017-07-01sctp: remove the typedef sctp_cid_tXin Long3-7/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long10-85/+84
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long6-23/+22
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long1-8/+6
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena2-5/+7
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2-4/+4
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena2-3/+3
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2-8/+8
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena31-54/+53
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena32-66/+65
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena14-38/+38
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena3-11/+11
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena1-9/+9
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-30/+90
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-476/+905
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-7/+17
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-29net: constify attribute_group structures.Arvind Yadav1-3/+3