Sign in
android-kvm
/
linux
/
7a4b28c6cc9ffac50f791b99cc7e46106436e5d8
/
net
7a4b28c
bpf: add helper to invalidate hash
by Daniel Borkmann
· 8 years ago
669dc4d
bpf: use bpf_get_smp_processor_id_proto instead of raw one
by Daniel Borkmann
· 8 years ago
2d48c5f
bpf: use skb_to_full_sk helper in bpf_skb_under_cgroup
by Daniel Borkmann
· 8 years ago
732f794
net: dsa: add port fast ageing
by Vivien Didelot
· 8 years ago
4acfee8
net: dsa: add port STP state helper
by Vivien Didelot
· 8 years ago
fefa569
net_sched: sch_fq: account for schedule/timers drifts
by Eric Dumazet
· 8 years ago
a300744
sctp: fix the handling of SACK Gap Ack blocks
by Marcelo Ricardo Leitner
· 8 years ago
21641c2
net_sched: check NULL on error path in route4_change()
by WANG Cong
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f887c21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
60cd6e6
Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 8 years ago
fc943f67
rxrpc: Reduce the number of PING ACKs sent
by David Howells
· 8 years ago
0d4b103
rxrpc: Reduce the number of ACK-Requests sent
by David Howells
· 8 years ago
7e32b44
tcp: properly account Fast Open SYN-ACK retrans
by Yuchung Cheng
· 8 years ago
de1d657
tcp: fix under-accounting retransmit SNMP counters
by Yuchung Cheng
· 8 years ago
50235c4
rxrpc: Obtain RTT data by requesting ACKs on DATA packets
by David Howells
· 8 years ago
7aa51da
rxrpc: Expedite ping response transmission
by David Howells
· 8 years ago
8e83134
rxrpc: Send pings to get RTT data
by David Howells
· 8 years ago
4a225ce
sctp: make use of SCTP_TRUNC4 macro
by Marcelo Ricardo Leitner
· 8 years ago
e2f036a
sctp: rename WORD_TRUNC/ROUND macros
by Marcelo Ricardo Leitner
· 8 years ago
ba1ba25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 8 years ago
f9616c3
tcp: implement TSQ for retransmits
by Eric Dumazet
· 8 years ago
adb0311
net: get rid of an signed integer overflow in ip_idents_reserve()
by Eric Dumazet
· 8 years ago
ecf4ee4
net: skbuff: Coding: Use eth_type_vlan() instead of open coding it
by Shmulik Ladkani
· 8 years ago
636c262
net: skbuff: Remove errornous length validation in skb_vlan_pop()
by Shmulik Ladkani
· 8 years ago
45a497f
net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action
by Shmulik Ladkani
· 8 years ago
bfca4c5
net: skbuff: Export __skb_vlan_pop
by Shmulik Ladkani
· 8 years ago
cf1a647
rxrpc: Add per-peer RTT tracker
by David Howells
· 8 years ago
f07373e
rxrpc: Add re-sent Tx annotation
by David Howells
· 8 years ago
5a924b8
rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs
by David Howells
· 8 years ago
9798e6f
net: act_mirred: allow statistic updates from offloaded actions
by Jakub Kicinski
· 8 years ago
68d6406
net: cls_bpf: allow offloaded filters to update stats
by Jakub Kicinski
· 8 years ago
eadb414
net: cls_bpf: add support for marking filters as hardware-only
by Jakub Kicinski
· 8 years ago
0d01d45
net: cls_bpf: limit hardware offload by software-only flag
by Jakub Kicinski
· 8 years ago
332ae8e
net: cls_bpf: add hardware offload
by Jakub Kicinski
· 8 years ago
63c4378
vti6: fix input path
by Nicolas Dichtel
· 8 years ago
b5036cd
ipmr, ip6mr: return lastuse relative to now
by Nikolay Aleksandrov
· 8 years ago
0f8782e
tcp_bbr: add BBR congestion control
by Neal Cardwell
· 8 years ago
c040276
tcp: new CC hook to set sending rate with rate_sample in any CA state
by Yuchung Cheng
· 8 years ago
77bfc17
tcp: allow congestion control to expand send buffer differently
by Yuchung Cheng
· 8 years ago
556c6b4
tcp: export tcp_mss_to_mtu() for congestion control modules
by Neal Cardwell
· 8 years ago
1b3878c
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
by Neal Cardwell
· 8 years ago
ed6e726
tcp: allow congestion control module to request TSO skb segment count
by Neal Cardwell
· 8 years ago
eb8329e
tcp: export data delivery rate
by Yuchung Cheng
· 8 years ago
d7722e8
tcp: track application-limited rate samples
by Soheil Hassas Yeganeh
· 8 years ago
b9f6482
tcp: track data delivery rate for a TCP connection
by Yuchung Cheng
· 8 years ago
0682e69
tcp: count packets marked lost for a TCP connection
by Neal Cardwell
· 8 years ago
b2d3ea4
tcp: switch back to proper tcp_skb_cb size check in tcp_init()
by Eric Dumazet
· 8 years ago
7787914
net_sched: sch_fq: add low_rate_threshold parameter
by Eric Dumazet
· 8 years ago
6403389
tcp: use windowed min filter library for TCP min_rtt estimation
by Neal Cardwell
· 8 years ago
f78e73e
tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict
by Soheil Hassas Yeganeh
· 8 years ago
aecc5ce
net sched actions: fix GETing actions
by Jamal Hadi Salim
· 8 years ago
36bbef5
bpf: direct packet write and access for helpers for clsact progs
by Daniel Borkmann
· 8 years ago
2279994
openvswitch: avoid resetting flow key while installing new flow.
by pravin shelar
· 8 years ago
190aa3e7
openvswitch: Fix Frame-size larger than 1024 bytes warning.
by pravin shelar
· 8 years ago
204dfe1
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 8 years ago
092183d
net-next: dsa: make the set_addr() operation optional
by John Crispin
· 8 years ago
06f8ec9
net-next: dsa: fix duplicate invocation of set_addr()
by John Crispin
· 8 years ago
83e7e4c
mac80211: Use rhltable instead of rhashtable
by Herbert Xu
· 8 years ago
a435a07
net: ipv6: fallback to full lookup if table lookup is unsuitable
by Vincent Bernat
· 8 years ago
5a7a555
net sched: stylistic cleanups
by Jamal Hadi Salim
· 8 years ago
f71b109
net sched actions police: peg drop stats for conforming traffic
by Roman Mashak
· 8 years ago
408fbc2
net sched ife action: Introduce skb tcindex metadata encap decap
by Jamal Hadi Salim
· 8 years ago
6a5d58b
net sched ife action: add 16 bit helpers
by Jamal Hadi Salim
· 8 years ago
07b26c9
gso: Support partial splitting at the frag_list pointer
by Steffen Klassert
· 8 years ago
d979a39
cgroup: duplicate cgroup reference when cloning sockets
by Johannes Weiner
· 8 years ago
af4168c
Bluetooth: Set appearance only for LE capable controllers
by Michał Narajowski
· 8 years ago
e74317f
Bluetooth: Fix missing ext info event when setting appearance
by Michał Narajowski
· 8 years ago
5e9fae4
Bluetooth: Add supported data types to ext info changed event
by Michał Narajowski
· 8 years ago
6a9e90b
Bluetooth: Add appearance to Read Ext Controller Info command
by Szymon Janc
· 8 years ago
cde7a86
Bluetooth: Factor appending EIR to separate helper
by Michał Narajowski
· 8 years ago
7d5c11d
Bluetooth: Refactor read_ext_controller_info handler
by Szymon Janc
· 8 years ago
3310230
Bluetooth: Increment management interface revision
by Szymon Janc
· 8 years ago
9c9db78
Bluetooth: Fix advertising instance validity check for flags
by Szymon Janc
· 8 years ago
2bb36870
Bluetooth: Unify advertising instance flags check
by Szymon Janc
· 8 years ago
5e2c59e
Bluetooth: Remove unused parameter from tlv_data_is_valid function
by Szymon Janc
· 8 years ago
c4960ec
Bluetooth: Add support for appearance in scan rsp
by Michał Narajowski
· 8 years ago
7c295c4
Bluetooth: Add support for local name in scan rsp
by Michał Narajowski
· 8 years ago
83ebb9e
Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag
by Szymon Janc
· 8 years ago
3e36ca4
Bluetooth: Use kzalloc instead of kmalloc/memset
by Wei Yongjun
· 8 years ago
3c0975a
Bluetooth: Fix reason code used for rejecting SCO connections
by Frédéric Dalleau
· 8 years ago
baab793
Bluetooth: Fix wrong New Settings event when closing HCI User Channel
by Marcel Holtmann
· 8 years ago
aa1638dd
Bluetooth: Send control open and close messages for HCI user channels
by Marcel Holtmann
· 8 years ago
8a0c9f4
Bluetooth: Append local name and CoD to Extended Controller Info
by Michał Narajowski
· 8 years ago
321c6fe
Bluetooth: Add framework for Extended Controller Information
by Marcel Holtmann
· 8 years ago
f4cdbb3
Bluetooth: Handle HCI raw socket transition from unbound to bound
by Marcel Holtmann
· 8 years ago
f81f5b2
Bluetooth: Send control open and close messages for HCI raw sockets
by Marcel Holtmann
· 8 years ago
d0bef1d
Bluetooth: Add extra channel checks for control open/close messages
by Marcel Holtmann
· 8 years ago
5a6d2cf
Bluetooth: Assign the channel early when binding HCI sockets
by Marcel Holtmann
· 8 years ago
0ef2c42
Bluetooth: Send control open and close only when cookie is present
by Marcel Holtmann
· 8 years ago
9e8305b
Bluetooth: Use numbers for subsystem version string
by Marcel Holtmann
· 8 years ago
df1cb87
Bluetooth: Introduce helper functions for socket cookie handling
by Marcel Holtmann
· 8 years ago
9db5c62
Bluetooth: Use command status event for Set IO Capability errors
by Marcel Holtmann
· 8 years ago
56f787c
Bluetooth: Fix wrong Get Clock Information return parameters
by Marcel Holtmann
· 8 years ago
5504c3a
Bluetooth: Use individual flags for certain management events
by Marcel Holtmann
· 8 years ago
37d3a1f
Bluetooth: mgmt: Fix sending redundant event for Advertising Instance
by Johan Hedberg
· 8 years ago
38ceaa0
Bluetooth: Add support for sending MGMT commands and events to monitor
by Marcel Holtmann
· 8 years ago
249fa16
Bluetooth: Add support for sending MGMT open and close to monitor
by Marcel Holtmann
· 8 years ago
03c979c
Bluetooth: Introduce helper to pack mgmt version information
by Marcel Holtmann
· 8 years ago
70ecce9
Bluetooth: Store control socket cookie and comm information
by Marcel Holtmann
· 8 years ago
Next »