summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netlink: Remove max_size settingHerbert Xu2015-05-041-1/+0Star
* codel: fix maxpacket/mtu confusionEric Dumazet2015-05-043-5/+9
* 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/+7Star
| * 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/+2Star
| * 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/+0Star
| * 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/+33Star
| |\
| | * bnx2x: remove {TPA,GRO}_ENABLE_FLAGMichal Schmidt2015-04-293-31/+15Star
| | * 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/+1Star
| |/
| * 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/+1Star
| * 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/+1Star
| * | 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/+0Star
* | | 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
|\ \ \ \
| * | | | Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
| * | | | Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-262-9/+14
| * | | | btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
| * | | | btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
| * | | | btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
| * | | | btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval2015-04-261-13/+28
| * | | | Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu2015-04-261-4/+11
| * | | | Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason2015-04-261-2/+1Star
| * | | | Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana2015-04-261-1/+1
| * | | | Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana2015-04-261-17/+27