summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-091-2/+2
| | * | | cxgb4: Update FW version string to match FW binary version 1.12.25.0Hariprasad Shenai2014-12-091-4/+4
| | * | | cxgb4: Add a check for flashing FW using ethtoolHariprasad Shenai2014-12-091-0/+26
| | * | | Merge branch 'amd-xgbe'David S. Miller2014-12-091-2/+5
| | |\ \ \
| | | * | | amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas2014-12-091-1/+5
| | | * | | amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas2014-12-091-1/+0
| | |/ / /
| | * | | fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not definedAlexander Duyck2014-12-091-2/+2
| | * | | net: mvneta: fix race condition in mvneta_tx()Eric Dumazet2014-12-091-1/+2
| | * | | net: mvneta: fix Tx interrupt delaywilly tarreau2014-12-091-1/+1
| | * | | mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-091-2/+2
| | | |/ | | |/|
| | * | openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-061-2/+2
| | * | uapi: fix to export linux/vm_sockets.hMasahiro Yamada2014-12-061-1/+1
| | * | sky2: avoid pci write posting after disabling irqsLino Sanfilippo2014-12-061-1/+2
| | * | skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo2014-12-061-2/+1
| | * | pxa168: close race between napi and irq activationLino Sanfilippo2014-12-061-1/+1
| | * | bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov2014-12-061-2/+4
| | * | gre: Set inner mac header in gro completeTom Herbert2014-12-061-0/+3
| * | | irda: Convert function pointer arrays and uses to constJoe Perches2014-12-105-16/+18
| * | | llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-103-12/+12
| * | | llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-103-121/+121
| * | | llc: Make function pointer arrays constJoe Perches2014-12-103-237/+237
| * | | Merge branch 'kill_arch_fast_hash'David S. Miller2014-12-1040-228/+12
| |\ \ \
| | * | | 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