summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long3-0/+156
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner3-20/+4
2016-04-15Merge branch 'mlx5_ifc-updates'David S. Miller1-74/+179
2016-04-15net/mlx5: Update mlx5_ifc hardware featuresSaeed Mahameed1-22/+124
2016-04-15net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsetsTariq Toukan1-52/+55
2016-04-15Merge branch 'qed-tunneling-offload'David S. Miller14-16/+811
2016-04-15qede: Add fastpath support for tunnelingManish Chopra2-10/+92
2016-04-15qed: Enable GRE tunnel slowpath configurationManish Chopra1-0/+4
2016-04-15qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra4-1/+69
2016-04-15qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra5-4/+86
2016-04-15qed: Add infrastructure support for tunnelingManish Chopra11-4/+563
2016-04-15net/hsr: Added support for HSR v1Peter Heise10-63/+126
2016-04-15Merge branch 'tcp-synflood-perf'David S. Miller5-15/+29
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet1-2/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet5-13/+27
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla1-1/+1
2016-04-15Merge branch 'tipc-link-setup-improvements'David S. Miller4-27/+49
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy3-5/+8
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy1-0/+4
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy1-3/+4
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2-1/+19
2016-04-15Merge branch 'mlxsw-next'David S. Miller1-11/+4
2016-04-15mlxsw: spectrum_buffers: Use MLXSW_SP_PB_UNUSED define for unused pbJiri Pirko1-1/+2
2016-04-15mlxsw: spectrum_buffers: Use designated initializers for mlxsw_sp_pbsJiri Pirko1-10/+2
2016-04-15devlink: fix sb register stub in case devlink is disabledJiri Pirko1-1/+3
2016-04-14tun: use per cpu variables for stats accountingPaolo Abeni1-12/+83
2016-04-14Merge branch 'bpf-ARG_PTR_TO_RAW_STACK'David S. Miller10-57/+421
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann1-0/+268
2016-04-14bpf, samples: don't zero data when not neededDaniel Borkmann4-12/+12
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann3-24/+60
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2-5/+59
2016-04-14bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann1-17/+23
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner2-0/+6
2016-04-14net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-14packet: uses kfree_skb() for errors.Weongyo Jeong1-2/+12
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan3-10/+17
2016-04-14Merge branch 'gro-fixed-id-gso-partial'David S. Miller13-54/+395
2016-04-14Documentation: Add documentation for TSO and GSO featuresAlexander Duyck1-0/+130
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck11-24/+151
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck5-11/+54
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck10-24/+63
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck1-0/+2
2016-04-14Merge branch 'mlxsw-devlink-shared-buffers'David S. Miller10-418/+2683
2016-04-14mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko3-16/+293
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2-173/+334
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko3-4/+28
2016-04-14mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2-2/+32
2016-04-14mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko1-0/+100
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2-8/+77