summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire-3/+5
2015-01-30net: Fix vlan_get_protocol for stacked vlanToshiaki Makita-30/+1
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann-5/+5
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara-1/+1
2015-01-30netlink: fix wrong subscription bitmask to group mapping inPablo Neira-2/+2
2015-01-30netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy-0/+1
2015-01-30netfilter: nft_compat: add ebtables supportArturo Borrero-6/+57
2015-01-30netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso-2/+6
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever-2/+5
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever-11/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever-23/+13
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever-23/+23
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever-29/+19
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever-104/+78
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever-0/+98
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever-7/+7
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever-7/+10
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever-24/+14
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever-8/+6
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever-16/+10
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever-17/+13
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever-12/+13
2015-01-30xprtrdma: Clean up hdrlenChuck Lever-5/+7
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever-3/+5
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever-22/+26
2015-01-30xprtrdma: human-readable completion statusChuck Lever-13/+57
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov-11/+22
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei-0/+3
2015-01-29dev: add per net_device packet type chainsSalam Noureddine-48/+84
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel-1/+1
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel-1/+0
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc-1/+2
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet-0/+1
2015-01-28pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet-2/+2
2015-01-28act_connmark: fix dependencies betterArnd Bergmann-1/+1
2015-01-28net: remove sock_iocbChristoph Hellwig-103/+43
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross-6/+9
2015-01-28Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-59/+84
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu-1/+5
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell-22/+9
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell-4/+6
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell-6/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell-9/+13
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann-23/+34