summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+168
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-017-35/+47
|\
| * Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-293-7/+7
| * bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
| * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22
| * Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-06-271-7/+10
| * Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-06-271-6/+5
* | sctp: Add peeloff-flags socket optionNeil Horman2017-07-011-15/+72
* | Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-017-34/+39
|\ \
| * | NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-06-231-2/+4
| * | nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-231-5/+4
| * | nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-06-231-1/+3
| * | nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-06-231-2/+1
| * | NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer2017-06-231-1/+1
| * | NFC: digital: NFC-A SEL_RES must be one byteMark Greer2017-06-231-1/+2
| * | NFC: digital: Delete an error message for memory allocation failureMarkus Elfring2017-06-231-3/+1
| * | NFC: digital: Improve a size determination in four functionsMarkus Elfring2017-06-231-4/+4
| * | NFC: fix broken device allocationJohan Hovold2017-06-182-15/+19
* | | datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-011-23/+58
* | | sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-014-20/+20
* | | sctp: remove the typedef sctp_inithdr_tXin Long2017-07-013-10/+10
* | | sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-013-6/+6
* | | sctp: remove the typedef sctp_datahdr_tXin Long2017-07-011-5/+8
* | | sctp: remove the typedef sctp_param_tXin Long2017-07-011-1/+1
* | | sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-017-46/+53
* | | sctp: remove the typedef sctp_cid_tXin Long2017-07-013-7/+7
* | | sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-0110-85/+84
* | | sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-016-23/+22
* | | sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long2017-07-011-8/+6
* | | net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+7
* | | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-012-4/+4
* | | net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-012-3/+3
* | | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-8/+8
* | | net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* | | net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* | | net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* | | net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* | | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-0131-54/+53
* | | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-0132-66/+65
* | | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* | | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-0114-38/+38
* | | net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* | | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-11/+11
* | | net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-9/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-3017-30/+90
|\ \ \
| * | | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * | | net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
| * | | net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3