Age | Commit message (Expand) | Author |
2016-09-22 | Bluetooth: Fix not updating scan rsp when adv off | Michał Narajowski |
2016-09-22 | Bluetooth: Fix NULL pointer dereference in mgmt context | Arek Lichwa |
2016-09-22 | sctp: make use of SCTP_TRUNC4 macro | Marcelo Ricardo Leitner |
2016-09-22 | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner |
2016-09-22 | tcp: implement TSQ for retransmits | Eric Dumazet |
2016-09-22 | net: skbuff: Coding: Use eth_type_vlan() instead of open coding it | Shmulik Ladkani |
2016-09-22 | net: skbuff: Remove errornous length validation in skb_vlan_pop() | Shmulik Ladkani |
2016-09-22 | net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action | Shmulik Ladkani |
2016-09-22 | net: skbuff: Export __skb_vlan_pop | Shmulik Ladkani |
2016-09-21 | net: act_mirred: allow statistic updates from offloaded actions | Jakub Kicinski |
2016-09-21 | net: cls_bpf: allow offloaded filters to update stats | Jakub Kicinski |
2016-09-21 | net: cls_bpf: add support for marking filters as hardware-only | Jakub Kicinski |
2016-09-21 | net: cls_bpf: limit hardware offload by software-only flag | Jakub Kicinski |
2016-09-21 | net: cls_bpf: add hardware offload | Jakub Kicinski |
2016-09-21 | tcp_bbr: add BBR congestion control | Neal Cardwell |
2016-09-21 | tcp: new CC hook to set sending rate with rate_sample in any CA state | Yuchung Cheng |
2016-09-21 | tcp: allow congestion control to expand send buffer differently | Yuchung Cheng |
2016-09-21 | tcp: export tcp_mss_to_mtu() for congestion control modules | Neal Cardwell |
2016-09-21 | tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments | Neal Cardwell |
2016-09-21 | tcp: allow congestion control module to request TSO skb segment count | Neal Cardwell |
2016-09-21 | tcp: export data delivery rate | Yuchung Cheng |
2016-09-21 | tcp: track application-limited rate samples | Soheil Hassas Yeganeh |
2016-09-21 | tcp: track data delivery rate for a TCP connection | Yuchung Cheng |
2016-09-21 | tcp: count packets marked lost for a TCP connection | Neal Cardwell |
2016-09-21 | tcp: switch back to proper tcp_skb_cb size check in tcp_init() | Eric Dumazet |
2016-09-21 | net_sched: sch_fq: add low_rate_threshold parameter | Eric Dumazet |
2016-09-21 | tcp: use windowed min filter library for TCP min_rtt estimation | Neal Cardwell |
2016-09-21 | tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict | Soheil Hassas Yeganeh |
2016-09-20 | net sched actions: fix GETing actions | Jamal Hadi Salim |
2016-09-20 | bpf: direct packet write and access for helpers for clsact progs | Daniel Borkmann |
2016-09-20 | openvswitch: avoid resetting flow key while installing new flow. | pravin shelar |
2016-09-20 | openvswitch: Fix Frame-size larger than 1024 bytes warning. | pravin shelar |
2016-09-20 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2016-09-20 | net-next: dsa: make the set_addr() operation optional | John Crispin |
2016-09-20 | net-next: dsa: fix duplicate invocation of set_addr() | John Crispin |
2016-09-20 | mac80211: Use rhltable instead of rhashtable | Herbert Xu |
2016-09-19 | net sched: stylistic cleanups | Jamal Hadi Salim |
2016-09-19 | net sched actions police: peg drop stats for conforming traffic | Roman Mashak |
2016-09-19 | net sched ife action: Introduce skb tcindex metadata encap decap | Jamal Hadi Salim |
2016-09-19 | net sched ife action: add 16 bit helpers | Jamal Hadi Salim |
2016-09-19 | gso: Support partial splitting at the frag_list pointer | Steffen Klassert |
2016-09-19 | Bluetooth: Set appearance only for LE capable controllers | Michał Narajowski |
2016-09-19 | Bluetooth: Fix missing ext info event when setting appearance | Michał Narajowski |
2016-09-19 | Bluetooth: Add supported data types to ext info changed event | Michał Narajowski |
2016-09-19 | Bluetooth: Add appearance to Read Ext Controller Info command | Szymon Janc |
2016-09-19 | Bluetooth: Factor appending EIR to separate helper | Michał Narajowski |
2016-09-19 | Bluetooth: Refactor read_ext_controller_info handler | Szymon Janc |
2016-09-19 | Bluetooth: Increment management interface revision | Szymon Janc |
2016-09-19 | Bluetooth: Fix advertising instance validity check for flags | Szymon Janc |
2016-09-19 | Bluetooth: Unify advertising instance flags check | Szymon Janc |