aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck10-72/+47
2016-04-16Merge branch 'w5100-spi-and-w5200-support'David S. Miller5-281/+1004
2016-04-16net: w5100: support W5200Akinobu Mita4-48/+289
2016-04-16net: w5100: support SPI interface modeAkinobu Mita3-0/+151
2016-04-16net: w5100: enable to support sleepable register access interfaceAkinobu Mita2-38/+153
2016-04-16net: w5100: add ability to support other bus interfaceAkinobu Mita2-201/+431
2016-04-16net: w5100: move mmiowb into register access callbacksAkinobu Mita1-29/+15
2016-04-16vxlan: reduce usage of synchronize_net in ndo_stopHannes Frederic Sowa1-8/+20
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2-19/+3
2016-04-15phy: make some bits preserved while setup forced modewangweidong1-1/+2
2016-04-15Merge branch 'sctp-diag'David S. Miller9-112/+863
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long2-6/+16
2016-04-15sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long1-36/+9
2016-04-15sctp: add the sctp_diag.c fileXin Long4-0/+504
2016-04-15sctp: export some functions for sctp_diag in inet_diagXin Long1-26/+41
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long3-63/+156
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