aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-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-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-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