summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhashtable-test: Get rid of ptr in test_obj structureThomas Graf2015-05-041-6/+3
* rhashtable-test: Measure time to insert, remove & traverse entriesThomas Graf2015-05-041-31/+69
* rhashtable-test: Remove unused TEST_NEXPANDSThomas Graf2015-05-041-1/+0
* Merge branch 'eth_type_trans'David S. Miller2015-05-042-4/+27
|\
| * etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdrAlexander Duyck2015-05-041-1/+2
| * etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-042-2/+24
| * etherdev: Avoid unnecessary byte swap in check for EthertypeAlexander Duyck2015-05-041-1/+1
|/
* ipv6: Flow label state rangesTom Herbert2015-05-046-2/+29
* ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-041-1/+1
* net: sched: remove TC_MUNGED bitsFlorian Westphal2015-05-035-13/+4
* ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-031-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-03128-811/+1725
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-0242-159/+224
| |\
| | * ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-021-0/+1
| | * net: fec: Fix RGMII-ID modeMarkus Pargmann2015-04-301-1/+4
| | * net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay2015-04-303-2/+26
| | * netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso2015-04-301-2/+2
| | * net/mlx4_core: Fix unaligned accessesDavid Ahern2015-04-301-4/+14
| | * mlx4_en: Use correct loop cursor in error path.Benjamin Poirier2015-04-301-1/+1
| | * cxgb4: Fix MC1 memory offset calculationHariprasad Shenai2015-04-291-1/+1
| | * bnx2x: Delay during kdump loadYuval Mintz2015-04-291-0/+6
| | * net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_tablePai2015-04-291-0/+10
| | * net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
| | * net: macb: Fix race condition in driver when Rx frame is droppedPunnaiah Choudary Kalluri2015-04-291-0/+3
| | * hv_netvsc: Fix a bug in netvsc_start_xmit()KY Srinivasan2015-04-293-26/+7
| | * altera_tse: Correct rx packet lengthVlastimil Setka2015-04-291-0/+6
| | * mlx4: Fix tx ring affinity_mask creationBenjamin Poirier2015-04-291-3/+5
| | * tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy2015-04-291-5/+2
| | * tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-12/+13
| | * bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-299-20/+27
| | * bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
| | * net: sched: act_connmark: don't zap skb->nfctFlorian Westphal2015-04-291-2/+0
| | * trivial: net: systemport: bcmsysport.h: fix 0x0x prefixAntonio Ospite2015-04-291-1/+1
| | * trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite2015-04-291-1/+1
| | * Merge branch 'bnx2x'David S. Miller2015-04-295-53/+33
| | |\
| | | * bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt2015-04-293-31/+15
| | | * bnx2x: merge fp->disable_tpa with fp->modeMichal Schmidt2015-04-295-18/+18
| | | * bnx2x: mark LRO as a fixed disabled feature if disable_tpa is setMichal Schmidt2015-04-292-5/+1
| | |/
| | * hv_netvsc: introduce netif-msg into netvsc moduleSimon Xiao2015-04-294-7/+31
| | * route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-04-282-4/+15
| | |\
| | | * netfilter: bridge: fix NULL deref in physin/out ifindex helpersFlorian Westphal2015-04-241-2/+14
| | | * netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal2015-04-241-2/+1
| | * | bpf: fix 64-bit divideAlexei Starovoitov2015-04-281-6/+6
| | * | net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interfaceKaricheri, Muralidharan2015-04-281-2/+6
| * | | virtio: fix typo in vring_need_event() doc commentStefan Hajnoczi2015-05-021-1/+1
| * | | virtio: pass baton to Michael TsirkinRusty Russell2015-05-021-1/+0
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-05-021-0/+5
| |\ \ \
| | * | | rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-021-0/+5
| * | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-017-77/+118
| |\ \ \ \