summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22Merge branch 'vlan_act_modify'David S. Miller
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-21Merge branch 'mlx4-next'David S. Miller
2016-09-21net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein
2016-09-21net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-21Merge branch 'bpf-hw-offload'David S. Miller
2016-09-21nfp: bpf: add offload of TC direct action modeJakub Kicinski
2016-09-21nfp: bpf: add support for legacy redirect actionJakub Kicinski
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski
2016-09-21nfp: bpf: add packet marking supportJakub Kicinski
2016-09-21nfp: bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski
2016-09-21nfp: bpf: add hardware bpf offloadJakub Kicinski
2016-09-21nfp: add BPF to NFP code translatorJakub Kicinski
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski
2016-09-21bpf: expose internal verfier structuresJakub Kicinski
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-09-21Merge branch 'mlxse-resource-query'David S. Miller
2016-09-21mlxsw: spectrum: Implement max rif resourceNogah Frankel
2016-09-21mlxsw: pci: Add max router interface resourceNogah Frankel
2016-09-21mlxsw: pci: Add some miscellaneous resourcesNogah Frankel
2016-09-21mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel
2016-09-21mlxsw: pci: Add max virtual routers resourceNogah Frankel
2016-09-21mlxsw: profile: Add KVD resources to profile configNogah Frankel
2016-09-21mlxsw: pci: Add KVD size relate resourcesNogah Frankel
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel
2016-09-21mlxsw: pci: Add lag related resources to resources queryNogah Frankel
2016-09-21mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz
2016-09-21Merge branch 'tcp-bbr'David S. Miller
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell
2016-09-21tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng