summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * can: peak_usb: fix multi-byte values endianessStephane Grosjean2014-12-074-42/+43
| | | * can: peak_usb: fix cleanup sequence order in case of error during initStephane Grosjean2014-12-061-7/+10
| | | * can: peak_usb: fix memset() usageStephane Grosjean2014-12-061-2/+1
| | * | bnx2x: Implement ndo_gso_check()Joe Stringer2014-12-091-0/+7
| | * | amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
| | * | Update old iproute2 and Xen Remus linksAndrew Shewmaker2014-12-092-4/+5
| | * | Merge tag 'master-2014-12-01' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-094-5/+27
| | |\ \
| | * | | bnx2x: Limit 1G link enforcementYaniv Rosner2014-12-091-2/+3
| | * | | stmmac: fix max coal timer parameterGiuseppe CAVALLARO2014-12-091-1/+1
| | * | | 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-081-2/+2
| | * | | net: mvneta: fix race condition in mvneta_tx()Eric Dumazet2014-12-081-1/+2
| | * | | net: mvneta: fix Tx interrupt delaywilly tarreau2014-12-081-1/+1
| | * | | mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-081-2/+2
| | | |/ | | |/|
| | * | openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-051-2/+2
| | * | uapi: fix to export linux/vm_sockets.hMasahiro Yamada2014-12-051-1/+1
| | * | sky2: avoid pci write posting after disabling irqsLino Sanfilippo2014-12-051-1/+2
| | * | skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo2014-12-051-2/+1
| | * | pxa168: close race between napi and irq activationLino Sanfilippo2014-12-051-1/+1
| | * | bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov2014-12-051-2/+4
| | * | gre: Set inner mac header in gro completeTom Herbert2014-12-051-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
| |\ \ \
OpenPOWER on IntegriCloud