summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-0369-28389/+505
|\
| * udf: Don't modify filesystem for read-only mountsJan Kara2015-08-201-2/+5
| * quota: remove an unneeded conditionDan Carpenter2015-08-111-2/+2
| * ext4: memory leak on error in ext4_symlink()Dan Carpenter2015-07-271-1/+1
| * mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionValentin Rothberg2015-07-231-7/+1
| * ext4: Improve ext4 Kconfig testJan Kara2015-07-231-6/+7
| * block: Remove forced page bouncing under IOJan Kara2015-07-232-30/+6
| * fs: Remove ext3 filesystem driverJan Kara2015-07-2346-28109/+87
| * doc: Update doc about journalling layerJan Kara2015-07-231-111/+67
| * jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-233-17/+48
| * reiserfs: Handle error from dquot_initialize()Jan Kara2015-07-232-17/+53
| * ocfs2: Handle error from dquot_initialize()Jan Kara2015-07-233-20/+58
| * ext4: Handle error from dquot_initialize()Jan Kara2015-07-233-20/+56
| * ext2: Handle error from dquot_initalize()Jan Kara2015-07-233-15/+43
| * quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-234-33/+72
* | Merge branch 'hpfs' (patches from Mikulas)Linus Torvalds2015-09-036-21/+100
|\ \
| * | hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-031-1/+24
| * | hpfs: support hotfixesMikulas Patocka2015-09-035-20/+76
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031229-21896/+78533
|\ \ \
| * | | netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-035-25/+32
| * | | netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-032-0/+2
| * | | net: fec: clear receive interrupts before processing a packetRussell King2015-09-031-0/+1
| * | | ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-09-031-1/+1
| * | | xen-netback: add support for multicast controlPaul Durrant2015-09-025-1/+144
| * | | bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
| * | | sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-09-021-0/+3
| * | | flow_dissector: Use 'const' where possible.David S. Miller2015-09-023-46/+49
| * | | flow_dissector: Fix function argument ordering dependencyTom Herbert2015-09-021-4/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-0212-139/+633
| |\ \ \
| | * | | ixgbe: Resolve "initialized field overwritten" warningsMark Rustad2015-09-021-1/+0
| | * | | ixgbe: Remove bimodal SR-IOV disablingAlex Williamson2015-09-021-6/+1
| | * | | ixgbe: Add support for reporting 2.5G link speedMark Rustad2015-09-022-8/+26
| | * | | ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov2015-09-021-3/+4
| | * | | ixgbe: support for ethtool set_rxfhTom Barbette2015-09-023-1/+49
| | * | | ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-022-21/+44
| | * | | ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-021-6/+1
| | * | | ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-022-4/+1
| | * | | ixgbe: use kzalloc for allocating one thingManinder Singh2015-09-021-1/+1
| | * | | ixgbe: Remove unused PCI bus typesDon Skidmore2015-09-021-2/+0
| | * | | ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore2015-09-023-1/+12
| | * | | ixgbe: add get_bus_info method for X550Don Skidmore2015-09-021-0/+19
| | * | | ixgbe: Add support for entering low power link up stateDon Skidmore2015-09-023-2/+185
| | * | | ixgbe: Add support for VXLAN RX offloadsMark Rustad2015-09-024-31/+127
| | * | | ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad2015-09-021-12/+54
| | * | | ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2015-09-022-24/+40
| | * | | ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2015-09-022-2/+21
| | * | | ixgbe: add new function to check for management presenceDon Skidmore2015-09-023-6/+18
| | * | | i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2015-09-022-8/+30
| * | | | flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cDavid S. Miller2015-09-022-36/+35
| * | | | flow_dissector: Don't use bit fields.David S. Miller2015-09-022-10/+12