summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configfs: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
* hypfs: switch to read_iter/write_iterAl Viro2015-02-201-27/+24
* don't bother with most of the bad_file_ops methodsAl Viro2015-02-201-147/+0
* configfs_add_file: fold into its sole callerAl Viro2015-02-182-19/+10
* configfs: fold create_dir() into its only callerAl Viro2015-02-181-34/+29
* configfs: configfs_create() init callback is never NULL and it never failsAl Viro2015-02-183-15/+6
* switch ll_lookup_finish_locks() and ll_revalidate_it_finish() to inodeAl Viro2015-02-184-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-1852-143/+483
|\
| * net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
| * rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * com20020-pci: add support for eae single cardMichael Grzeschik2015-02-151-3/+18
| * vhost_net: fix wrong iter offset when setting number of buffersJason Wang2015-02-151-5/+6
| * net: spelling fixesStephen Hemminger2015-02-153-3/+3
| * net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-151-1/+1
| * net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081Sylvain Rochet2015-02-151-0/+28
| * ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-151-1/+1
| * openvswitch: Fix key serialization.Pravin B Shelar2015-02-151-1/+1
| * r8152: restore hw settingshayeswang2015-02-151-2/+57
| * hso: fix rx parsing logic when skb allocation failsAleksander Morgado2015-02-131-1/+1
| * tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven2015-02-121-5/+2
| * ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
| * ipvlan: add a missing __percpu pcpu_statsEric Dumazet2015-02-121-1/+1
| * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)2015-02-121-0/+2
| * Merge tag 'wireless-drivers-for-davem-2015-02-11' of git://git.kernel.org/pub...David S. Miller2015-02-121-4/+1
| |\
| | * rtlwifi: Remove logging statement that is no longer neededLarry Finger2015-02-101-4/+1
| * | bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki2015-02-121-2/+3
| * | qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh2015-02-123-13/+51
| * | net/mlx5_core: Fix configuration of log_uar_page_szEli Cohen2015-02-121-0/+1
| * | sunvnet: don't change gso data on clonesDavid L Stevens2015-02-121-13/+10
| * | drivers/net: Use setup_timer and mod_timerVaishali Thakkar2015-02-121-5/+2
| * | drivers: net: xgene: Make xgene_enet_of_match depend on CONFIG_OFGeert Uytterhoeven2015-02-121-0/+2
| * | et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-02-121-2/+4
| * | Merge branch 'rco_correctness'David S. Miller2015-02-1211-45/+160
| |\ \
| | * | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-122-6/+23
| | * | vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-123-7/+23
| | * | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-125-6/+37
| | * | net: Use more bit fields in napi_gro_cbTom Herbert2015-02-121-8/+10
| | * | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-122-2/+17
| | * | net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert2015-02-122-6/+15
| | * | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-124-22/+47
| |/ /
| * | openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven2015-02-111-1/+1
| * | openvswitch: Reset key metadata for packet execution.Pravin B Shelar2015-02-111-0/+2
| * | treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-116-7/+5
| * | treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-116-7/+5
| * | rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan2015-02-111-1/+15
| * | ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-02-112-6/+58
| |\ \
| | * | netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy2015-01-301-0/+1
| | * | netfilter: nft_compat: add ebtables supportArturo Borrero2015-01-301-6/+57