aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SAK.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-16netpoll: fix a missing dev refcountingCong Wang1-0/+1
2013-01-16ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki1-1/+1
2013-01-16r8169: remove unneeded dirty_rx indexTimo Teräs1-9/+4
2013-01-16netpoll: fix a rtnl lock assertion failureCong Wang1-14/+10
2013-01-16vmxnet3: better RSS supportStephen Hemminger1-0/+7
2013-01-16vmxnet3: use static RSS keyStephen Hemminger1-1/+10
2013-01-16vmxnet3: remove unused irq_share_modeStephen Hemminger1-4/+3
2013-01-16vmxnet3: remove device counterStephen Hemminger2-6/+0
2013-01-16vmxnet3: remove VMXNET3_MAX_DEVICESStephen Hemminger1-1/+0
2013-01-16vmxnet3: use netdev_ printk wrappersStephen Hemminger2-76/+73
2013-01-16vmxnet3: use netdev_dbgStephen Hemminger1-9/+9
2013-01-16vmxnet3: fix messages printed before registrationStephen Hemminger1-12/+9
2013-01-16vmxnet3: remove unnecessary bookkeepingStephen Hemminger2-9/+2
2013-01-16vmxnet3: use netdev_alloc_skb_ip_alignStephen Hemminger1-7/+5
2013-01-16e1000e: merge multiple conditional statements into oneBruce Allan1-6/+5
2013-01-16e1000e: cleanup code duplicationBruce Allan1-5/+1
2013-01-16e1000e: cleanup magic numberBruce Allan1-2/+2
2013-01-16e1000e: cleanup unnecessary line wrapBruce Allan1-2/+1
2013-01-16e1000e: cleanup unusual comment placementBruce Allan1-1/+1
2013-01-16e1000e: cleanup redundant statistics counterBruce Allan1-1/+0
2013-01-16e1000e: resolve checkpatch PREFER_PR_LEVEL warningBruce Allan1-5/+3
2013-01-15e1000e: add missing bailout on errorBruce Allan1-0/+2
2013-01-15e1000e: unexpected "Reset adapter" message when cable pulledBruce Allan2-20/+21
2013-01-15e1000e: fix enabling of EEE on 82579 and I217Bruce Allan1-29/+65
2013-01-15e1000e: 82577: workaround for link drop issueBruce Allan1-1/+7
2013-01-15e1000e: helper functions for accessing EMI registersBruce Allan1-19/+65
2013-01-16net_sched: fix qdisc_pkt_len_init()Eric Dumazet1-1/+5
2013-01-15e1000e: Invalid Image CSUM bit changed for I217Bruce Allan2-8/+25
2013-01-15e1000e: Acquire/release semaphore when writing each EEPROM pageBruce Allan1-11/+11
2013-01-15e1000e: SerDes autoneg flow controlBruce Allan3-3/+132
2013-01-15bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz24-26/+26
2013-01-15bnx2x: Added FW GRO bridging supportYuval Mintz1-2/+52
2013-01-15bnx2x: Clean previous IGU status before ackYuval Mintz2-7/+11
2013-01-15bnx2x: improve stop-on-errorYuval Mintz5-76/+79
2013-01-15bnx2x: add `ethtool -w' support.Miriam Shitrit4-1176/+2494
2013-01-15bnx2x: Added nvram personalities supportYuval Mintz2-0/+11
2013-01-15bnx2x: Fix rare self-test failuresYaniv Rosner1-7/+10
2013-01-15bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-15bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2-0/+2
2013-01-15bnx2x: Clear dirty status when booting after UNDIYuval Mintz2-0/+4
2013-01-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-01-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-01-14drivers/net: delete orphaned MCA ibmlana driver contentPaul Gortmaker2-1353/+0
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore6-37/+151
2013-01-14selinux: add the "attach_queue" permission to the "tun_socket" classPaul Moore1-1/+1
2013-01-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
2013-01-14ifb: dont hard code inet_net useEric Dumazet1-1/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli34-64/+56
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise22-72/+94