summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-25e1000e: cleanup comment in e1000_hash_mc_addr()Bruce Allan1-2/+1
2012-02-25e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan8-11/+14
2012-02-25e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lanBruce Allan1-1/+1
2012-02-25e1000e: cleanup calls to setup_physical_interface function pointerBruce Allan1-1/+1
2012-02-25e1000e: cleanup use of check_reset_block function pointerBruce Allan6-18/+16
2012-02-25e1000e: cleanup use of check_mng_mode function pointerBruce Allan3-8/+3
2012-02-25e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan5-8/+8
2012-02-25e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan5-10/+9
2012-02-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-7/+7
2012-02-25Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-2/+2
2012-02-25sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2012-02-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds17-100/+101
2012-02-25ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan1-0/+23
2012-02-25enic: Fix endianness bug.Santosh Nayak2-2/+2
2012-02-25coccicheck: change handling of C={1,2} when M= is setGreg Dietsche1-9/+4
2012-02-25Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller3-12/+39
2012-02-25gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens6-20/+5
2012-02-25tipc: Eliminate obsolete support for "not running" modeAllan Stephens3-15/+4
2012-02-25tipc: Revert name table translation optimizationAllan Stephens2-5/+14
2012-02-25tipc: Minor optimization to broadcast link synchronization logicAllan Stephens1-3/+1
2012-02-25tipc: Remove obsolete comments about routing table updatesAllan Stephens1-46/+0
2012-02-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens10-91/+67
2012-02-25tipc: Hide internal details of node table implementationAllan Stephens2-12/+13
2012-02-25tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens1-2/+1
2012-02-25tipc: nuke the delimit static inline function.Paul Gortmaker3-15/+5
2012-02-25tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens1-0/+7
2012-02-25tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens5-27/+6
2012-02-25tipc: Remove duplicate check of message destination nodeAllan Stephens2-52/+46
2012-02-25tipc: Detect duplicate nodes using different network interfacesAllan Stephens1-14/+58
2012-02-25tipc: Introduce node signature field in neighbor discovery messageAllan Stephens4-0/+21
2012-02-25Staging: wlags49_h2: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-02-25Staging: ft1000-pcmcia: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-02-25arch/ia64/hp/sim/simeth.c: print MAC via printk format specifierDanny Kukawka1-7/+3
2012-02-25usb/kaweth: print MAC via printk format specifierDanny Kukawka1-7/+1
2012-02-25usb/cdc_ncm: print MAC via printk format specifierDanny Kukawka1-5/+1
2012-02-25xscale/ixp2000/ixpdev: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-02-25sun/sunqe: print MAC via printk format specifierDanny Kukawka1-8/+2
2012-02-25ixgbevf: print MAC via printk format specifierDanny Kukawka1-7/+1
2012-02-25dec/tulip/de4x5: print MAC via printk format specifierDanny Kukawka1-5/+1
2012-02-25cirrus/mac89x0: print MAC via printk format specifierDanny Kukawka1-4/+8
2012-02-25amd/hplance.c: print MAC via printk format specifierDanny Kukawka1-8/+2
2012-02-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+74
2012-02-24net: Add missing getsockopt for SO_NOFCS.David S. Miller1-0/+3
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov5-2/+25
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-131/+250
2012-02-24Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-1/+1
2012-02-24MAINTAINERS: drop me from PA-RISC maintenanceKyle McMartin1-4/+1
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0