summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-011-0/+2
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-012-1/+11
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-011-0/+11
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-1/+13
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-012-0/+14
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-012-0/+14
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-015-0/+94
* sctp: Add peeloff-flags socket optionNeil Horman2017-07-011-0/+6
* Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-012-32/+1
|\
| * NFC: st-nci: Get rid of platform dataAndy Shevchenko2017-06-221-31/+0
| * NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2017-06-181-1/+1
* | sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-013-7/+7
* | sctp: remove the typedef sctp_inithdr_tXin Long2017-07-011-3/+3
* | sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-013-4/+4
* | sctp: remove the typedef sctp_datahdr_tXin Long2017-07-011-3/+3
* | sctp: remove the typedef sctp_param_action_tXin Long2017-07-011-2/+2
* | sctp: remove the typedef sctp_param_tXin Long2017-07-012-10/+8
* | sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-013-25/+26
* | sctp: remove the typedef sctp_cid_action_tXin Long2017-07-011-2/+2
* | sctp: remove the typedef sctp_cid_tXin Long2017-07-014-7/+9
* | sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-012-18/+18
* | sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-011-2/+2
* | net: switchdev: add SET_SWITCHDEV_OPS helperSimon Horman2017-07-011-0/+4
* | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* | net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
* | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | net: convert fib_rule.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+4
* | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
* | net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
* | net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+6
* | net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
* | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-14/+16
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+5
* | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* | net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-012-4/+4
* | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-013-6/+7
* | net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-306-9/+10
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-291-5/+2
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-5/+2
| | |\ \
| | | * | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-071-5/+2
| * | | | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-0/+1
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-251-3/+2
| |\ \ \ \
| | * | | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-2/+2
| | * | | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-1/+0
| * | | | | Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-06-231-1/+2
| |\ \ \ \ \
| | * | | | | ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula2017-06-211-1/+2
| | |/ / / /
| * | | | | slub: make sysfs file removal asynchronousTejun Heo2017-06-231-0/+1