summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-3/+6
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-106/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+8
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens-1/+1
2017-07-03Merge tag 'wireless-drivers-next-for-davem-2017-07-03' of https://git.kernel....David S. Miller-8/+0
2017-07-03net: make sk_ehashfn() staticEric Dumazet-1/+1
2017-07-03net: avoid one splat in fib_nl_delrule()Eric Dumazet-1/+1
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys-1/+1
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller-1/+1
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann-130/+109
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann-5/+121
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann-2/+2
2017-07-03ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca-9/+9
2017-07-02bpf: fix to bpf_setsockopsLawrence Brakmo-2/+1
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo-0/+7
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo-1/+17
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo-16/+47
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo-1/+4
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo-1/+78
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo-2/+14
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo-2/+3
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo-0/+168
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-35/+47
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman-15/+72
2017-07-01Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-34/+39
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang-23/+58
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long-20/+20
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long-10/+10
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long-6/+6
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long-5/+8
2017-07-01sctp: remove the typedef sctp_param_tXin Long-1/+1
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long-46/+53
2017-07-01sctp: remove the typedef sctp_cid_tXin Long-7/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long-85/+84
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long-23/+22
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long-8/+6
2017-07-01net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena-5/+7
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena-4/+4
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena-8/+8
2017-07-01net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena-2/+2
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena-4/+4
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena-5/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-54/+53
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-66/+65
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-38/+38