summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'gianfar-wol-fixes'David S. Miller2015-08-013-79/+33Star
| |\ \ \ \ \ \ \
| | * | | | | | | gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-08-013-13/+3Star
| | * | | | | | | gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-08-011-68/+30Star
| | * | | | | | | gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-08-011-0/+2
| |/ / / / / / /
| * | | | | | | act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-011-3/+2Star
| * | | | | | | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-311-1/+2
| * | | | | | | net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-302-6/+13
| * | | | | | | Merge branch 'r8152-fixes'David S. Miller2015-07-301-4/+57
| |\ \ \ \ \ \ \
| | * | | | | | | r8152: reset device when tx timeouthayeswang2015-07-301-4/+3Star
| | * | | | | | | r8152: add pre_reset and post_resethayeswang2015-07-301-0/+54
| |/ / / / / / /
| * | | | | | | qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
| * | | | | | | act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-301-18/+35
| * | | | | | | Merge branch 'thunderx-fixes'David S. Miller2015-07-306-37/+92
| |\ \ \ \ \ \ \
| | * | | | | | | net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-301-1/+4
| | * | | | | | | net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-301-0/+6
| | * | | | | | | net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-301-4/+5
| | * | | | | | | net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-302-0/+10
| | * | | | | | | net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-303-15/+31
| | * | | | | | | net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-301-2/+4
| | * | | | | | | net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-301-0/+1
| | * | | | | | | net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-301-9/+14
| | * | | | | | | net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-301-3/+11
| | * | | | | | | net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2015-07-302-3/+6
| | * | | | | | | net: thunderx: Fix data integrity issues with LDWBSunil Goutham2015-07-301-1/+1
| |/ / / / / / /
| * | | | | | | ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-301-0/+6
| * | | | | | | Merge branch 'netcp-fixes'David S. Miller2015-07-302-33/+30Star
| |\ \ \ \ \ \ \
| | * | | | | | | net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-302-28/+17Star
| | * | | | | | | net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-301-3/+2Star
| | * | | | | | | net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-301-2/+11
| |/ / / / / / /
| * | | | | | | ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann2015-07-301-4/+4
| * | | | | | | bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-301-0/+1
| * | | | | | | bridge: mcast: give fast leave precedence over multicast router and querierSatish Ashok2015-07-291-24/+26
| * | | | | | | bridge: Fix network header pointer for vlan tagged packetsToshiaki Makita2015-07-291-7/+22
| * | | | | | | packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-07-291-1/+2
| * | | | | | | arp: filter NOARP neighbours for SIOCGARPEric Dumazet2015-07-291-7/+9
| * | | | | | | net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-291-1/+0Star
| * | | | | | | bridge: stp: when using userspace stp stop kernel hello and hold timersNikolay Aleksandrov2015-07-293-4/+18
| * | | | | | | packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-07-281-5/+3Star
| * | | | | | | macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera2015-07-271-0/+7
| * | | | | | | fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck2015-07-271-4/+0Star
| * | | | | | | macb: Fix build with macro'ized readl/writel.David S. Miller2015-07-272-15/+15
| * | | | | | | net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
| * | | | | | | net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
| * | | | | | | Merge branch 'macb-fixes'David S. Miller2015-07-273-65/+108
| |\ \ \ \ \ \ \
| | * | | | | | | net/macb: convert to kernel docAndy Shevchenko2015-07-271-3/+11
| | * | | | | | | net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko2015-07-271-8/+2Star
| | * | | | | | | net/macb: suppress compiler warningsAndy Shevchenko2015-07-272-6/+5Star
| | * | | | | | | net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko2015-07-271-2/+2
| | * | | | | | | net/macb: check if macb_config presentAndy Shevchenko2015-07-271-2/+1Star
| | * | | | | | | net/macb: improve big endian CPU supportAndy Shevchenko2015-07-272-44/+87
| |/ / / / / / /