summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens2017-07-031-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-07-03' of https://git.kernel....David S. Miller2017-07-031-8/+0
|\
| * nl80211: Don't verify owner_nlportid on NAN commandsAndrei Otcheretianski2017-06-301-8/+0
* | net: make sk_ehashfn() staticEric Dumazet2017-07-031-1/+1
* | net: avoid one splat in fib_nl_delrule()Eric Dumazet2017-07-031-1/+1
* | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-031-1/+1
* | iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller2017-07-031-1/+1
* | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-130/+109
* | bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-5/+121
* | bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-031-2/+2
* | ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-031-9/+9
* | bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-031-2/+1
* | bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-021-0/+7
* | bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-021-1/+17
* | bpf: Add support for changing congestion controlLawrence Brakmo2017-07-025-16/+47
* | bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-023-1/+4
* | bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-021-1/+78
* | bpf: Support for setting initial receive windowLawrence Brakmo2017-07-022-2/+14
* | bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-022-2/+3
* | bpf: BPF support for sock_opsLawrence Brakmo2017-07-021-0/+168
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-027-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-021-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