| Commit message (Expand) | Author | Age | Files | Lines |
* | rhashtable-test: Get rid of ptr in test_obj structure | Thomas Graf | 2015-05-04 | 1 | -6/+3 |
* | rhashtable-test: Measure time to insert, remove & traverse entries | Thomas Graf | 2015-05-04 | 1 | -31/+69 |
* | rhashtable-test: Remove unused TEST_NEXPANDS | Thomas Graf | 2015-05-04 | 1 | -1/+0 |
* | Merge branch 'eth_type_trans' | David S. Miller | 2015-05-04 | 2 | -4/+27 |
|\ |
|
| * | etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr | Alexander Duyck | 2015-05-04 | 1 | -1/+2 |
| * | etherdev: Process is_multicast_ether_addr at same size as other operations | Alexander Duyck | 2015-05-04 | 2 | -2/+24 |
| * | etherdev: Avoid unnecessary byte swap in check for Ethertype | Alexander Duyck | 2015-05-04 | 1 | -1/+1 |
|/ |
|
* | ipv6: Flow label state ranges | Tom Herbert | 2015-05-04 | 6 | -2/+29 |
* | ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags | Martin KaFai Lau | 2015-05-04 | 1 | -1/+1 |
* | net: sched: remove TC_MUNGED bits | Florian Westphal | 2015-05-03 | 5 | -13/+4 |
* | ipv4: remove the unnecessary codes in fib_info_hash_move | Li RongQing | 2015-05-03 | 1 | -4/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-03 | 128 | -811/+1725 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-05-02 | 42 | -159/+224 |
| |\ |
|
| | * | ipv4: Missing sk_nulls_node_init() in ping_unhash(). | David S. Miller | 2015-05-02 | 1 | -0/+1 |
| | * | net: fec: Fix RGMII-ID mode | Markus Pargmann | 2015-04-30 | 1 | -1/+4 |
| | * | net/mlx4_en: Schedule napi when RX buffers allocation fails | Ido Shamay | 2015-04-30 | 3 | -2/+26 |
| | * | netxen_nic: use spin_[un]lock_bh around tx_clean_lock | Tony Camuso | 2015-04-30 | 1 | -2/+2 |
| | * | net/mlx4_core: Fix unaligned accesses | David Ahern | 2015-04-30 | 1 | -4/+14 |
| | * | mlx4_en: Use correct loop cursor in error path. | Benjamin Poirier | 2015-04-30 | 1 | -1/+1 |
| | * | cxgb4: Fix MC1 memory offset calculation | Hariprasad Shenai | 2015-04-29 | 1 | -1/+1 |
| | * | bnx2x: Delay during kdump load | Yuval Mintz | 2015-04-29 | 1 | -0/+6 |
| | * | net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_table | Pai | 2015-04-29 | 1 | -0/+10 |
| | * | net: dsa: Fix scope of eeprom-length property | Guenter Roeck | 2015-04-29 | 1 | -1/+1 |
| | * | net: macb: Fix race condition in driver when Rx frame is dropped | Punnaiah Choudary Kalluri | 2015-04-29 | 1 | -0/+3 |
| | * | hv_netvsc: Fix a bug in netvsc_start_xmit() | KY Srinivasan | 2015-04-29 | 3 | -26/+7 |
| | * | altera_tse: Correct rx packet length | Vlastimil Setka | 2015-04-29 | 1 | -0/+6 |
| | * | mlx4: Fix tx ring affinity_mask creation | Benjamin Poirier | 2015-04-29 | 1 | -3/+5 |
| | * | tipc: fix problem with parallel link synchronization mechanism | Jon Paul Maloy | 2015-04-29 | 1 | -5/+2 |
| | * | tipc: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 | 2 | -12/+13 |
| | * | bridge/nl: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 | 9 | -20/+27 |
| | * | bridge/mdb: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 | 1 | -1/+1 |
| | * | net: sched: act_connmark: don't zap skb->nfct | Florian Westphal | 2015-04-29 | 1 | -2/+0 |
| | * | trivial: net: systemport: bcmsysport.h: fix 0x0x prefix | Antonio Ospite | 2015-04-29 | 1 | -1/+1 |
| | * | trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix | Antonio Ospite | 2015-04-29 | 1 | -1/+1 |
| | * | Merge branch 'bnx2x' | David S. Miller | 2015-04-29 | 5 | -53/+33 |
| | |\ |
|
| | | * | bnx2x: remove {TPA,GRO}_ENABLE_FLAG | Michal Schmidt | 2015-04-29 | 3 | -31/+15 |
| | | * | bnx2x: merge fp->disable_tpa with fp->mode | Michal Schmidt | 2015-04-29 | 5 | -18/+18 |
| | | * | bnx2x: mark LRO as a fixed disabled feature if disable_tpa is set | Michal Schmidt | 2015-04-29 | 2 | -5/+1 |
| | |/ |
|
| | * | hv_netvsc: introduce netif-msg into netvsc module | Simon Xiao | 2015-04-29 | 4 | -7/+31 |
| | * | route: Use ipv4_mtu instead of raw rt_pmtu | Herbert Xu | 2015-04-29 | 1 | -4/+1 |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-04-28 | 2 | -4/+15 |
| | |\ |
|
| | | * | netfilter: bridge: fix NULL deref in physin/out ifindex helpers | Florian Westphal | 2015-04-24 | 1 | -2/+14 |
| | | * | netfilter: nf_tables: fix wrong length for jump/goto verdicts | Florian Westphal | 2015-04-24 | 1 | -2/+1 |
| | * | | bpf: fix 64-bit divide | Alexei Starovoitov | 2015-04-28 | 1 | -6/+6 |
| | * | | net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interface | Karicheri, Muralidharan | 2015-04-28 | 1 | -2/+6 |
| * | | | virtio: fix typo in vring_need_event() doc comment | Stefan Hajnoczi | 2015-05-02 | 1 | -1/+1 |
| * | | | virtio: pass baton to Michael Tsirkin | Rusty Russell | 2015-05-02 | 1 | -1/+0 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-05-02 | 1 | -0/+5 |
| |\ \ \ |
|
| | * | | | rbd: end I/O the entire obj_request on error | Ilya Dryomov | 2015-05-02 | 1 | -0/+5 |
| * | | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-05-01 | 7 | -77/+118 |
| |\ \ \ \ |
|