summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/hsr: Added support for HSR v1Peter Heise2016-04-1510-63/+126
* Merge branch 'tcp-synflood-perf'David S. Miller2016-04-155-15/+29
|\
| * tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet2016-04-151-2/+2
| * tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-155-13/+27
|/
* qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla2016-04-151-1/+1
* Merge branch 'tipc-link-setup-improvements'David S. Miller2016-04-154-27/+49
|\
| * tipc: let first message on link be a state messageJon Paul Maloy2016-04-153-5/+8
| * tipc: ensure that first packets on link are sent in orderJon Paul Maloy2016-04-151-0/+4
| * tipc: refactor function tipc_link_timeout()Jon Paul Maloy2016-04-151-20/+16
| * tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy2016-04-151-3/+4
| * tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-152-1/+19
|/
* Merge branch 'mlxsw-next'David S. Miller2016-04-151-11/+4
|\
| * mlxsw: spectrum_buffers: Use MLXSW_SP_PB_UNUSED define for unused pbJiri Pirko2016-04-151-1/+2
| * mlxsw: spectrum_buffers: Use designated initializers for mlxsw_sp_pbsJiri Pirko2016-04-151-10/+2
|/
* devlink: fix sb register stub in case devlink is disabledJiri Pirko2016-04-151-1/+3
* tun: use per cpu variables for stats accountingPaolo Abeni2016-04-141-12/+83
* Merge branch 'bpf-ARG_PTR_TO_RAW_STACK'David S. Miller2016-04-1410-57/+421
|\
| * bpf, samples: add test cases for raw stackDaniel Borkmann2016-04-141-0/+268
| * bpf, samples: don't zero data when not neededDaniel Borkmann2016-04-144-12/+12
| * bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-143-24/+60
| * bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-142-5/+59
| * bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2016-04-141-17/+23
|/
* sctp: add support for RPS and RFSMarcelo Ricardo Leitner2016-04-142-0/+6
* net: validate_xmit_skb() changesEric Dumazet2016-04-141-5/+2
* packet: uses kfree_skb() for errors.Weongyo Jeong2016-04-141-2/+12
* tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-143-10/+17
* Merge branch 'gro-fixed-id-gso-partial'David S. Miller2016-04-1413-54/+395
|\
| * Documentation: Add documentation for TSO and GSO featuresAlexander Duyck2016-04-141-0/+130
| * GSO: Support partial segmentation offloadAlexander Duyck2016-04-1411-24/+151
| * GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-145-11/+54
| * GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-1410-24/+63
| * ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck2016-04-141-0/+2
|/
* Merge branch 'mlxsw-devlink-shared-buffers'David S. Miller2016-04-1410-418/+2683
|\
| * mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko2016-04-143-16/+293
| * mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2016-04-142-173/+334
| * mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko2016-04-143-4/+28
| * mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2016-04-142-2/+32
| * mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko2016-04-141-0/+100
| * mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2016-04-142-8/+77
| * mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko2016-04-143-1/+216
| * mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko2016-04-141-0/+9
| * mlxsw: spectrum_buffers: Get max_buff defaults into limits exposed to userJiri Pirko2016-04-142-14/+18
| * mlxsw: spectrum_buffers: Change initialization of PG 9Jiri Pirko2016-04-141-3/+5
| * mlxsw: spectrum_buffers: Remove eg pool 3 default init and CPU port TC bindin...Jiri Pirko2016-04-141-3/+2
| * mlxsw: spectrum_buffers: Cache shared buffer configurationJiri Pirko2016-04-142-19/+82
| * mlxsw: spectrum_buffers: Rename "pool" to "pr" in initializationJiri Pirko2016-04-141-35/+35
| * mlxsw: spectrum_buffers: Push out indexes and direction out of SB structsJiri Pirko2016-04-141-204/+221
| * mlxsw: spectrum_buffers: Push out shared buffer register writesJiri Pirko2016-04-141-14/+40
| * mlxsw: core: Add devlink shared buffer callbacksJiri Pirko2016-04-142-2/+123
| * devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-143-6/+110