summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-2111-60/+53
* net: stmmac: fix NULL pointer dereference in stmmac_get_tx_hwtstampdamuzi0002014-01-193-19/+21
* net: stmmac: sunxi platform extensions for GMAC in Allwinner A20 SoC'sChen-Yu Tsai2014-01-196-0/+185
* net: stmmac: Use driver data and callbacks tied with compatible stringsChen-Yu Tsai2014-01-192-10/+52
* net: stmmac: Deprecate snps, phy-addr and auto-detect PHY addressChen-Yu Tsai2014-01-192-2/+8
* net: stmmac: Honor DT parameter to force DMA store and forward modeChen-Yu Tsai2014-01-191-0/+2
* blackfin: Update stmmac callback signaturesChen-Yu Tsai2014-01-191-1/+1
* net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai2014-01-193-10/+26
* net: stmmac: Add support for optional reset controlChen-Yu Tsai2014-01-196-5/+28
* net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai2014-01-191-13/+13
* DT: net: davinci_emac: "phy-handle" property is actually optionalSergei Shtylyov2014-01-191-2/+2
* net: fix "queues" uevent between network namespacesWeilong Chen2014-01-192-2/+34
* net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-1910-12/+0
* net: document accel_priv parameter for __dev_queue_xmit()Jason Wang2014-01-191-1/+2
* sctp: fix missing SCTP mailing list address updateJean Sacren2014-01-191-1/+1
* ipv6: optimize link local address searchHannes Frederic Sowa2014-01-191-3/+9
* phy: cleanup 10g codestephen hemminger2014-01-191-20/+4
* qlcnic: fix sparse warningsFengguang Wu2014-01-191-8/+8
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-1910-24/+68
* sch_netem: replace magic numbers with enumerateYang Yingliang2014-01-191-19/+28
* ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-195-0/+25
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-194-3/+14
* ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2014-01-194-1/+34
* ipv4: be friend with drop monitorEric Dumazet2014-01-184-6/+6
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-1834-78/+68
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-1816-0/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-1872-266/+392
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-1725-130/+169
| |\
| | * s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsHeiko Carstens2014-01-171-8/+8
| | * parisc: fix SO_MAX_PACING_RATE typoEric Dumazet2014-01-171-1/+1
| | * ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2014-01-172-22/+17
| | * tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-01-171-19/+32
| | * net: rds: fix per-cpu helper usageGerald Schaefer2014-01-171-4/+3
| | * Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-161-1/+1
| | |\
| | | * batman-adv: fix batman-adv header overhead calculationMarek Lindner2014-01-151-1/+1
| | * | e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-01-161-6/+2
| | * | bpf: do not use reciprocal divideEric Dumazet2014-01-156-46/+45
| | * | be2net: add dma_mapping_error() check for dma_map_page()Ivan Vecera2014-01-151-2/+9
| | * | bnx2x: Don't release PCI bars on shutdownYuval Mintz2014-01-151-14/+15
| | * | net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-151-0/+1
| | |/
| | * qlge: Fix vlan netdev features.Jitendra Kalsaria2014-01-141-0/+2
| | * net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-142-4/+10
| | * dm9601: add USB IDs for new dm96xx variantsPeter Korsgaard2014-01-141-0/+12
| | * MAINTAINERS: add virtio-dev ML for virtioMichael S. Tsirkin2014-01-141-0/+3
| | * ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer2014-01-141-2/+4
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-01-173-3/+8
| |\ \
| | * | vfs: Fix a regression in mounting procEric W. Biederman2013-11-261-1/+1
| | * | fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman2013-11-261-1/+1
| | * | vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2013-11-261-1/+6
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-171-1/+1
| |\ \ \