summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hdlc: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
| * airo_cs: Remove typedef local_info_tHimangi Saraogi2014-08-111-12/+13
| * atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi2014-08-111-4/+4
| * com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi2014-08-111-8/+8
| * ethernet: amd: Remove typedef local_info_tHimangi Saraogi2014-08-111-20/+20
| * net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-116-61/+56
| * Merge branch 'apm_xgene'David S. Miller2014-08-1115-3/+2404
| |\
| | * drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian2014-08-1111-0/+2299
| | * dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2014-08-112-3/+31
| | * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2014-08-111-0/+66
| | * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driverIyappan Subramanian2014-08-111-0/+8
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-08-116-86/+39
| |\
| | * netfilter: nf_tables: fix error return codeJulia Lawall2014-08-081-1/+3
| | * netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-085-73/+22
| | * netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso2014-08-081-0/+3
| | * netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso2014-08-081-12/+11
| * | net: ucc_geth: fix build failureUwe Kleine-König2014-08-111-2/+2
| * | dm9000: Remove typedef board_info_tHimangi Saraogi2014-08-081-46/+46
| * | rtnetlink: fix VF info sizeJiri Benc2014-08-081-1/+2
| * | fec_mpc52xx: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * | ll_temac: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * | net: axienet: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * | ipv4: removed redundant conditionalNiv Yehezkel2014-08-081-2/+0
| * | cxgb4: IEEE fixes for DCBx state machineAnish Bhatt2014-08-085-71/+216
| * | net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König2014-08-081-7/+6
| * | net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-081-1/+1
| * | net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-081-1/+8
| * | net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-1/+1
| * | net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König2014-08-081-2/+4
| * | drivers/net: Remove typedef axnet_dev_tHimangi Saraogi2014-08-081-13/+13
| * | drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi2014-08-081-34/+34
| * | drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi2014-08-081-17/+17
| * | netlink: reset network header before passing to tapsDaniel Borkmann2014-08-081-1/+1
| * | net: gianfar: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-2/+2
| * | net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-081-3/+6
| * | net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König2014-08-081-8/+4
| * | drivers/atm/atmtcp.c: fix error return codeJulia Lawall2014-08-081-0/+1
| * | batman: fix duplicate #include of multicast.hJean Sacren2014-08-081-1/+0
| * | openvswitch: fix duplicate #include headersJean Sacren2014-08-081-2/+0
| * | amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-081-1/+0
| * | solos-pci: fix error return codeJulia Lawall2014-08-081-0/+1
| * | xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-081-2/+8
| * | cxgb4: Update FW version string to match FW binary versionHariprasad Shenai2014-08-081-4/+4
| * | 6lowpan: Allow 6LoWPAN to be modularGeert Uytterhoeven2014-08-071-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-08-148-9/+15
|\ \
| * | sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-123-3/+8
| * | sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller2014-08-121-1/+0
| * | sparc: Hook up seccomp and getrandom system calls.David S. Miller2014-08-063-4/+6
| * | sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-061-1/+1
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-1433-1077/+918
|\ \ \