summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-01mac80211: add new Minstrel statistic output via csvThomas Huehn2-14/+82
2015-04-01Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller3-5/+12
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-38/+32
2015-04-01RxRPC: Handle VERSION Rx protocol packetsDavid Howells3-1/+122
2015-04-01RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells1-13/+11
2015-04-01RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells1-19/+19
2015-04-01RxRPC: Fix the conversion to iov_iterDavid Howells1-2/+2
2015-04-01mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-04-01netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso1-3/+2
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp1-1/+30
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp1-0/+21
2015-04-01netfilter: x_tables: fix cgroup matching on non-full sksDaniel Borkmann1-1/+1
2015-04-01mac80211: enhance readability of Minstrel-HTs rc_stats outputThomas Huehn1-15/+34
2015-04-01mac80211: enhance readability of Minstrels rc_stats outputThomas Huehn1-5/+13
2015-04-01cfg80211: Stop calling crda if it is not responsiveIlan peer3-7/+38
2015-04-01netfilter: nft_hash: add support for timeoutsPatrick McHardy1-4/+75
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy1-1/+1
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy1-0/+25
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy1-2/+51
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy1-2/+28
2015-04-01mac80211: use rhashtable for station tableJohannes Berg6-85/+85
2015-04-01tipc: fix a slab object leakYing Xue1-1/+1
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller46-1111/+1515
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko1-2/+3
2015-03-31af_iucv: fix AF_IUCV sendmsg() errnoEugene Crosser1-3/+1
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf1-3/+1
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton4-38/+32
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc19-53/+44
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc26-110/+97
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc4-10/+8
2015-03-31tcp: simplify inetpeer_addr_base useJiri Benc1-14/+8
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris17-43/+43
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris25-174/+173
2015-03-31fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck1-22/+7
2015-03-31fib_trie: Fix warning on fib4_rules_exitAlexander Duyck1-4/+4
2015-03-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-82/+731
2015-03-31xprtrdma: Make rpcrdma_{un}map_one() into inline functionsChuck Lever5-46/+73
2015-03-31xprtrdma: Handle non-SEND completions via a calloutChuck Lever3-10/+28
2015-03-31xprtrdma: Add "open" memreg opChuck Lever5-46/+70
2015-03-31xprtrdma: Add "destroy MRs" memreg opChuck Lever5-51/+40
2015-03-31xprtrdma: Add "reset MRs" memreg opChuck Lever5-101/+83
2015-03-31xprtrdma: Add "init MRs" memreg opChuck Lever5-101/+119
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever7-90/+84
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever6-169/+160
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever6-36/+59
2015-03-31xprtrdma: Add vector of ops for each memory registration strategyChuck Lever6-5/+89
2015-03-31xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever1-2/+3
2015-03-31xprtrdma: Byte-align FRWR registrationChuck Lever1-8/+4
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever3-52/+34
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever2-21/+47