summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-1036-218/+2
* net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-103-9/+9
* netlink: use jhash as hashfn for rhashtableDaniel Borkmann2014-12-101-1/+1
* Merge branch 'isdn-next'David S. Miller2014-12-104-46/+38
|\
| * isdn/capi: correct argument types of command_2_indexTilman Schmidt2014-12-101-1/+1
| * isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt2014-12-101-1/+1
| * isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt2014-12-101-16/+15
| * isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt2014-12-101-28/+24
| * isdn/gigaset: drop duplicate declarationTilman Schmidt2014-12-101-3/+0
|/
* tipc: fix broadcast wakeup contention after congestionRichard Alpe2014-12-102-5/+5
* enic: add support for set/get rss hash keyGovindarajulu Varadarajan2014-12-103-4/+49
* Merge branch 'napi_page_frags'David S. Miller2014-12-1016-70/+178
|\
| * ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-103-3/+3
| * ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-103-3/+3
| * cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-5/+6
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-106-11/+10
| * net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-103-8/+77
| * net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-102-40/+79
|/
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-1048-1038/+628
|\
| * bury memcpy_toiovec()Al Viro2014-12-092-26/+0
| * skb_copy_datagram_iovec() can dieAl Viro2014-12-092-86/+0
| * ppp_read(): switch to skb_copy_datagram_iter()Al Viro2014-12-091-1/+3
| * switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-093-54/+28
| * first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-096-48/+6
| * put iov_iter into msghdrAl Viro2014-12-0933-112/+90
| * vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-093-12/+14
| * switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-093-7/+7
| * switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-093-6/+5
| * ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-097-10/+11
| * ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro2014-12-091-56/+56
| * raw.c: stick msghdr into raw_frag_vecAl Viro2014-12-091-4/+4
| * Merge branch 'iov_iter' into for-davem-2Al Viro2014-12-092-638/+426
| |\
| | * copy_from_iter_nocache()Al Viro2014-12-082-0/+22
| | * new helper: iov_iter_kvec()Al Viro2014-12-082-0/+15
| | * csum_and_copy_..._iter()Al Viro2014-12-082-0/+91
| | * iov_iter.c: handle ITER_KVEC directlyAl Viro2014-12-082-13/+70
| | * iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro2014-11-271-82/+9
| | * iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro2014-11-271-91/+15
| | * iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro2014-11-271-36/+24
| | * iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro2014-11-271-86/+12
| | * iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro2014-11-271-62/+45
| | * iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro2014-11-271-50/+28
| | * iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro2014-11-271-54/+19
| | * iov_iter.c: iterate_and_advanceAl Viro2014-11-271-76/+28
| | * iov_iter.c: macros for iterating over iov_iterAl Viro2014-11-271-126/+86
* | | dummy: use MODULE_VERSIONFlavio Leitner2014-12-091-0/+1
* | | net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko2014-12-096-13/+8
* | | amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas2014-12-091-1/+1
* | | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-091-0/+2
* | | tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue2014-12-091-1/+1